]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix comment typo.
authorGlenn Morris <rgm@gnu.org>
Thu, 1 Oct 2009 04:31:40 +0000 (04:31 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 1 Oct 2009 04:31:40 +0000 (04:31 +0000)
lisp/cedet/semantic/debug.el

index c1314bdb5b354e7e083d3233bad528b324a092ba..55bf26e02ef64898354dd2bab25f6e32856c382c 100644 (file)
@@ -26,7 +26,7 @@
 ;; controlling and stepping through the parsing work must be implemented
 ;; by the parser.
 ;;
-;; Fortunatly, the nature of language support files means that the parser
+;; Fortunately, the nature of language support files means that the parser
 ;; may not need to be instrumented first.
 ;;
 ;; The debugger uses EIEIO objects.  One object controls the user