File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1870,14 +1870,14 @@ Arguments FNC and ARGS are used for advice `:around'."
1870
1870
(erase-buffer )
1871
1871
(insert buf-str))
1872
1872
(eask--help-display)))
1873
- (eask-error " Help manual missig %s" help-file))))
1873
+ (eask-error " Help manual missing %s" help-file))))
1874
1874
1875
1875
; ;
1876
1876
; ;; Checker
1877
1877
1878
1878
(defun eask--checker-existence ()
1879
1879
" Return errors if required metadata is missing."
1880
- (unless eask-package (eask-error " Missing metadata package; make sure you have create Eask-file with $ eask init!" )))
1880
+ (unless eask-package (eask-error " Missing metadata package; make sure you have created an Eask-file with $ eask init!" )))
1881
1881
1882
1882
(defun eask--check-strings (fmt f p &rest args )
1883
1883
" Test strings (F and P); then print FMT and ARGS if not equal."
You can’t perform that action at this time.
0 commit comments