We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be5bc1a commit d9f978dCopy full SHA for d9f978d
eask-core.el
@@ -1182,7 +1182,7 @@ function `load' for more detials."
1182
"Check to see if NAME is our target Eask-file, then return it."
1183
(let (;; Ensure path to filename
1184
(name (file-name-nondirectory (directory-file-name name)))
1185
- ;; `p-' stards for pattern
+ ;; `p-' stands for pattern
1186
(p-easkfile-full (format "Easkfile.%s" emacs-version))
1187
(p-easkfile-major (format "Easkfile.%s" emacs-major-version))
1188
(p-easkfile "Easkfile")
0 commit comments