diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-26 00:26:37 -0800 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-26 00:26:37 -0800 |
| commit | b0b199744d35273a496b8e9189a28a83c70191da (patch) | |
| tree | a9df5115ebd8bdeb8ae758e06f10321c67838b47 /lisp/progmodes/ada-xref.el | |
| parent | 5b76caa476d552e204adc3c1bf4af8e401ec5d42 (diff) | |
| download | emacs-b0b199744d35273a496b8e9189a28a83c70191da.tar.gz | |
Spelling fixes.
Diffstat (limited to 'lisp/progmodes/ada-xref.el')
| -rw-r--r-- | lisp/progmodes/ada-xref.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/ada-xref.el b/lisp/progmodes/ada-xref.el index 0cfdab23702..2f6a7be393a 100644 --- a/lisp/progmodes/ada-xref.el +++ b/lisp/progmodes/ada-xref.el @@ -1357,7 +1357,7 @@ project file." (or executable-name (file-name-sans-extension (buffer-file-name)))))) - ;; For gvd, add an extra switch so that the Emacs window is completly + ;; For gvd, add an extra switch so that the Emacs window is completely ;; swallowed inside the Gvd one (if (and ada-tight-gvd-integration (string-match "^[^ \t]*gvd" cmd)) @@ -1783,7 +1783,7 @@ Information is extracted from the ali file." ) ) - ;; Last check to be completly sure we have found the correct line (the + ;; Last check to be completely sure we have found the correct line (the ;; ali might not be up to date for instance) (if declaration-found (progn |
