branch: master
commit d854f3dc32cfc28d4efdd696b9ba03f3f79f7990
Author: Ian Dunn <[email protected]>
Commit: Ian Dunn <[email protected]>
Fixed typos
* paced.el (paced-dictionary):
(paced-edit-current-dictionary): For some reason, I can't spell
"dictionary".
---
paced.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/paced.el b/paced.el
index 2623009..0409cc9 100644
--- a/paced.el
+++ b/paced.el
@@ -131,7 +131,7 @@ PROPS is a list of variables to let-bind when populating.
Each
entry should be of the form (VAR VALUE).")
(file-header-line :type string
:allocation :class
- :initform ";; Paced Dictoinary"
+ :initform ";; Paced Dictionary"
:documentation
"Header line for the save file.
This is used with the `object-write' method.")
@@ -833,7 +833,7 @@ must be set with `paced-edit-named-dictionary' or
(error "No paced dictionary called '%s' has been registered." name)))
(defun paced-edit-current-dictionary ()
- "Edit the current paced dictoinary."
+ "Edit the current paced dictionary."
(interactive)
(if-let* ((dict (paced-current-dictionary)))
(customize-object dict)