Skip to content

Commit

Permalink
fix(_prepare.el): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored Dec 23, 2024
1 parent 0c03f3f commit 3a6d94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisp/_prepare.el
Original file line number Diff line number Diff line change
Expand Up @@ -1084,7 +1084,7 @@ function `load' for more detials."
"Check to see if NAME is our target Eask-file, then return it."
(let (;; Ensure path to filename
(name (file-name-nondirectory (directory-file-name name)))
;; `p-' stards for pattern
;; `p-' stands for pattern
(p-easkfile-full (format "Easkfile.%s" emacs-version))
(p-easkfile-major (format "Easkfile.%s" emacs-major-version))
(p-easkfile "Easkfile")
Expand Down

0 comments on commit 3a6d94c

Please sign in to comment.