[STUMP] [PATCH] Fix typo
"Diogo F. S. Ramos" <[email protected]>
| Newsgroups | gmane.comp.window-managers.stumpwm.devel |
|---|---|
| Message-ID | <[email protected]> |
Change "Depreciated" to "Deprecated".
---
I think this migh be a typo.
module.lisp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/module.lisp b/module.lisp
index e314def..ee684e1 100644
--- a/module.lisp
+++ b/module.lisp
@@ -99,7 +99,7 @@
(if (stringp path) (first (directory path))
path))
(defcommand set-contrib-dir (path) ((:string "Directory: "))
- "Depreciated, use `add-to-load-path' instead"
+ "Deprecated, use `add-to-load-path' instead"
(message "Use add-to-load-path instead."))
(defcommand add-to-load-path (path) ((:string "Directory: "))
"If `PATH' is not in `*LOAD-PATH*' add it, check if `PATH' contains
--
1.7.10.4