From d6ece7c2814b11a7bde21cc373205ba1916d6335 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 24 Apr 2008 05:50:41 +0000 Subject: [PATCH] Fix some comment typos. --- lisp/speedbar.el | 4 ++-- 1 file 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 -- 2.11.4.GIT