Skip to content

Commit f5a4a3d

Browse files
committed
fix: typo
1 parent 9a3f39d commit f5a4a3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lisp/core/analyze.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Argument LEVEL and MSG are data from the debug log signal."
110110
(eask-analyze--pretty-json (json-encode
111111
`((warnings . ,eask-analyze--warnings)
112112
(errors . ,eask-analyze--errors)))))
113-
;; XXX: When printint result, no color allow.
113+
;; XXX: When printing the result, no color allow.
114114
(eask--with-no-color
115115
(eask-msg content)))
116116
(eask-analyze--log ; Plain text
@@ -119,7 +119,7 @@ Argument LEVEL and MSG are data from the debug log signal."
119119
(dolist (msg (reverse eask-analyze--log))
120120
(insert msg "\n"))
121121
(buffer-string)))
122-
;; XXX: When printint result, no color allow.
122+
;; XXX: When printing the result, no color allow.
123123
(eask--with-no-color
124124
(mapc #'eask-msg (reverse eask-analyze--log))))
125125
(t

0 commit comments

Comments
 (0)