Spelling fixes.
[bpt/emacs.git] / lisp / progmodes / cc-mode.el
index d93d174..141cd6f 100644 (file)
@@ -587,7 +587,7 @@ that requires a literal mode spec at compile time."
   (add-hook 'after-change-functions 'c-after-change nil t)
   (set (make-local-variable 'font-lock-extend-after-change-region-function)
        'c-extend-after-change-region)) ; Currently (2009-05) used by all
-                       ; lanaguages with #define (C, C++,; ObjC), and by AWK.
+                       ; languages with #define (C, C++,; ObjC), and by AWK.
 
 (defun c-setup-doc-comment-style ()
   "Initialize the variables that depend on the value of `c-doc-comment-style'."