diff options
| author | Juanma Barranquero | 2010-01-18 04:58:35 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2010-01-18 04:58:35 +0100 |
| commit | 33972e801477b638f22f4ba3f6e04199d5992124 (patch) | |
| tree | cf9c6d0fd8ff494f1050b1e7042f6f1ce8a4865d /lisp/cedet/srecode | |
| parent | 14f17fc8ff23dbf6d6442f904a73b0e181f01886 (diff) | |
| download | emacs-33972e801477b638f22f4ba3f6e04199d5992124.tar.gz emacs-33972e801477b638f22f4ba3f6e04199d5992124.zip | |
Fix typos in comments.
Diffstat (limited to 'lisp/cedet/srecode')
| -rw-r--r-- | lisp/cedet/srecode/extract.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/srecode/extract.el b/lisp/cedet/srecode/extract.el index 8a324550c4d..90eda533335 100644 --- a/lisp/cedet/srecode/extract.el +++ b/lisp/cedet/srecode/extract.el | |||
| @@ -216,7 +216,7 @@ Return nil if nothing was extracted." | |||
| 216 | (srecode-insert-include-lookup ins dict) | 216 | (srecode-insert-include-lookup ins dict) |
| 217 | ;; There are two modes for includes. One is with no dict, | 217 | ;; There are two modes for includes. One is with no dict, |
| 218 | ;; so it is inserted straight. If the dict has a name, then | 218 | ;; so it is inserted straight. If the dict has a name, then |
| 219 | ;; we need to run once per dictionary occurance. | 219 | ;; we need to run once per dictionary occurrence. |
| 220 | (if (not (string= (oref ins :object-name) "")) | 220 | (if (not (string= (oref ins :object-name) "")) |
| 221 | ;; With a name, do the insertion. | 221 | ;; With a name, do the insertion. |
| 222 | (let ((subdict (srecode-dictionary-add-section-dictionary | 222 | (let ((subdict (srecode-dictionary-add-section-dictionary |