From e47695319fc758da7ff07d7084386258b6c8b677 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 26 Nov 2011 20:43:11 -0800 Subject: Spelling fixes. --- lisp/progmodes/ada-mode.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/progmodes/ada-mode.el') diff --git a/lisp/progmodes/ada-mode.el b/lisp/progmodes/ada-mode.el index ad5d5def888..64734420a8c 100644 --- a/lisp/progmodes/ada-mode.el +++ b/lisp/progmodes/ada-mode.el @@ -3939,7 +3939,7 @@ If NOERROR is non-nil, it only returns nil if no matching start found." ;; processing them recursively avoids the need for any special ;; handling. ;; Nothing should be done if we have only the specs or a - ;; generic instantion. + ;; generic instantiation. ((and (looking-at "\\")) (if first @@ -4401,7 +4401,7 @@ Moves to 'begin' if in a declarative part." (ada-goto-matching-end 1)) ;; on first line of subprogram body - ;; Do nothing for specs or generic instantion, since these are + ;; Do nothing for specs or generic instantiation, since these are ;; handled as the general case (find the enclosing block) ;; We also need to make sure that we ignore nested subprograms ((save-excursion -- cgit v1.2.1