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 @@ -110,7 +110,7 @@ Argument LEVEL and MSG are data from the debug log signal."
110
110
(eask-analyze--pretty-json (json-encode
111
111
`((warnings . , eask-analyze--warnings )
112
112
(errors . , eask-analyze--errors )))))
113
- ; ; XXX: When printint result, no color allow.
113
+ ; ; XXX: When printing the result, no color allow.
114
114
(eask--with-no-color
115
115
(eask-msg content)))
116
116
(eask-analyze--log ; Plain text
@@ -119,7 +119,7 @@ Argument LEVEL and MSG are data from the debug log signal."
119
119
(dolist (msg (reverse eask-analyze--log))
120
120
(insert msg " \n " ))
121
121
(buffer-string )))
122
- ; ; XXX: When printint result, no color allow.
122
+ ; ; XXX: When printing the result, no color allow.
123
123
(eask--with-no-color
124
124
(mapc #'eask-msg (reverse eask-analyze--log))))
125
125
(t
You can’t perform that action at this time.
0 commit comments