]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/gud.el
Fix typos.
[gnu-emacs] / lisp / progmodes / gud.el
index 944a412fb63bb623b0ae70ef3d42d7b81dbf4b30..b54b2dc5f47cc7b2ec1f18c56e74eb1b7d612ace 100644 (file)
@@ -2016,7 +2016,7 @@ extension EXTN.  Normally EXTN is given as the regular expression
           ((looking-at "final")
            (forward-char 5))
 
-          ;; Move point past a ClassDeclaraction, but save the class
+          ;; Move point past a ClassDeclaration, but save the class
           ;; Identifier.
           ((looking-at "class")
            (forward-char 5)
@@ -2102,7 +2102,7 @@ extension EXTN.  Normally EXTN is given as the regular expression
        massaged-args)))
 
 ;; Search for an association with P, a fully qualified class name, in
-;; gud-jdb-class-source-alist.  The asssociation gives the fully
+;; gud-jdb-class-source-alist.  The association gives the fully
 ;; qualified file name of the source file which produced the class.
 (defun gud-jdb-find-source-file (p)
   (cdr (assoc p gud-jdb-class-source-alist)))