stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[STUMP] [PATCH] Fix typo


From: Diogo F. S. Ramos
Subject: [STUMP] [PATCH] Fix typo
Date: Tue, 4 Nov 2014 00:45:13 -0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]