diff options
author | Glenn Morris <rgm@gnu.org> | 2008-04-24 05:50:41 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-04-24 05:50:41 +0000 |
commit | d6ece7c2814b11a7bde21cc373205ba1916d6335 (patch) | |
tree | 615258baf6c9350c0f180e734976f6321269f582 /lisp/speedbar.el | |
parent | 7ef39c6e103321a813dc9e2731975c12dbbb5a51 (diff) | |
download | emacs-d6ece7c2814b11a7bde21cc373205ba1916d6335.tar.gz |
Fix some comment typos.
Diffstat (limited to 'lisp/speedbar.el')
-rw-r--r-- | lisp/speedbar.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/speedbar.el b/lisp/speedbar.el index 225099b5c1e..05012785f7f 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el @@ -322,8 +322,8 @@ A nil value means don't show the file in the list." ;;; EVENTUALLY REMOVE THESE -;; When I moved to a repeating timer, I had the horrible missfortune -;; of loosing the ability for adaptive speed choice. This update +;; When I moved to a repeating timer, I had the horrible misfortune +;; of losing the ability for adaptive speed choice. This update ;; speed currently causes long delays when it should have been turned off. (defvar speedbar-update-speed dframe-update-speed) (make-obsolete-variable 'speedbar-update-speed |