diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-02-12 04:17:00 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-02-12 04:17:00 +0100 |
commit | b762841f959188397404ed752f0f6ed9db5c93fb (patch) | |
tree | f0672ccfcac121700c912f63cf1655996d637a7e /lisp/cedet | |
parent | 4d46072b29fa32b9d5823135900f86a884c56e2f (diff) | |
download | emacs-b762841f959188397404ed752f0f6ed9db5c93fb.tar.gz |
Fix trivial typos in comments and ChangeLogs.
Diffstat (limited to 'lisp/cedet')
-rw-r--r-- | lisp/cedet/srecode/fields.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/srecode/fields.el b/lisp/cedet/srecode/fields.el index 9092467a583..817bb93d2fd 100644 --- a/lisp/cedet/srecode/fields.el +++ b/lisp/cedet/srecode/fields.el @@ -198,7 +198,7 @@ If SET-TO is a string, then replace the text of OLAID wit SET-TO." (oset ir fields srecode-field-archive) (setq srecode-field-archive nil) - ;; Initailize myself first. + ;; Initialize myself first. (call-next-method) ) |