Skip to content

Commit d9f978d

Browse files
author
github-actions
committed
Update source, eask-core.el
1 parent be5bc1a commit d9f978d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eask-core.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1182,7 +1182,7 @@ function `load' for more detials."
11821182
"Check to see if NAME is our target Eask-file, then return it."
11831183
(let (;; Ensure path to filename
11841184
(name (file-name-nondirectory (directory-file-name name)))
1185-
;; `p-' stards for pattern
1185+
;; `p-' stands for pattern
11861186
(p-easkfile-full (format "Easkfile.%s" emacs-version))
11871187
(p-easkfile-major (format "Easkfile.%s" emacs-major-version))
11881188
(p-easkfile "Easkfile")

0 commit comments

Comments
 (0)