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."
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
You can’t perform that action at this time.
0 commit comments