summaryrefslogtreecommitdiff
path: root/lisp/proced.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2012-10-04 22:57:24 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2012-10-04 22:57:24 -0700
commit735135f9bc3c01b91ffef7c418dd9281bc347ab7 (patch)
tree94c73a545a14f064a9e30559089769f60dfbbf34 /lisp/proced.el
parentbe636386220e8a73b57b03572c625fa92bcf199a (diff)
downloademacs-735135f9bc3c01b91ffef7c418dd9281bc347ab7.tar.gz
Spelling fixes.
Diffstat (limited to 'lisp/proced.el')
-rw-r--r--lisp/proced.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/proced.el b/lisp/proced.el
index be6cae2ef08..ec41ce65ef5 100644
--- a/lisp/proced.el
+++ b/lisp/proced.el
@@ -1784,7 +1784,7 @@ supported but discouraged. It will be removed in a future version of Emacs."
process-alist))))
(unless (and signal process-alist)
- ;; Discouraged usge (supported for backward compatibility):
+ ;; Discouraged usage (supported for backward compatibility):
;; The new calling sequence separates more cleanly between the parts
;; of the code required for interactive and noninteractive calls so that
;; the command can be used more flexibly in noninteractive ways, too.