FUEL: Typo.
parent
b71cec7f21
commit
8bf0176e8c
|
@ -72,7 +72,7 @@
|
||||||
(defvar fuel-debug--uses-restarts nil))
|
(defvar fuel-debug--uses-restarts nil))
|
||||||
|
|
||||||
(defsubst fuel-debug--uses-insert-title ()
|
(defsubst fuel-debug--uses-insert-title ()
|
||||||
(insert "Infering USING: stanza for " fuel-debug--uses-file ".\n\n"))
|
(insert "Inferring USING: stanza for " fuel-debug--uses-file ".\n\n"))
|
||||||
|
|
||||||
(defun fuel-debug--uses-prepare (file)
|
(defun fuel-debug--uses-prepare (file)
|
||||||
(fuel--with-popup (fuel-debug--uses-buffer)
|
(fuel--with-popup (fuel-debug--uses-buffer)
|
||||||
|
@ -173,7 +173,7 @@
|
||||||
map))
|
map))
|
||||||
|
|
||||||
(defconst fuel-debug--uses-header-regex
|
(defconst fuel-debug--uses-header-regex
|
||||||
(format "^%s.*$" (regexp-opt '("Infering USING: stanza for "
|
(format "^%s.*$" (regexp-opt '("Inferring USING: stanza for "
|
||||||
"Current USING: is already fine!"
|
"Current USING: is already fine!"
|
||||||
"Current vocabulary list:"
|
"Current vocabulary list:"
|
||||||
"Correct vocabulary list:"
|
"Correct vocabulary list:"
|
||||||
|
|
Loading…
Reference in New Issue