diff options
| author | Paul Eggert | 2013-04-14 14:57:21 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-04-14 14:57:21 -0700 |
| commit | 54ac5d47456e1dd989c8fa346e5543556fa82444 (patch) | |
| tree | 8268c5c01ea453ea8055d6993b73e9ba37959440 | |
| parent | 9e3379a08bd734e1419fc6d968dde83e80ea0930 (diff) | |
| download | emacs-54ac5d47456e1dd989c8fa346e5543556fa82444.tar.gz emacs-54ac5d47456e1dd989c8fa346e5543556fa82444.zip | |
Spelling fixes.
| -rw-r--r-- | lisp/files.el | 2 | ||||
| -rw-r--r-- | test/automated/add-log-tests.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/files.el b/lisp/files.el index ce032534f04..238be36cae0 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -4183,7 +4183,7 @@ Checks for files in `temporary-file-directory', | |||
| 4183 | `small-temporary-file-directory', and /tmp." | 4183 | `small-temporary-file-directory', and /tmp." |
| 4184 | (let ((temporary-file-directory temporary-file-directory) | 4184 | (let ((temporary-file-directory temporary-file-directory) |
| 4185 | caseless) | 4185 | caseless) |
| 4186 | ;; On MS-Windows, file-truename will convert short 8+3 alises to | 4186 | ;; On MS-Windows, file-truename will convert short 8+3 aliases to |
| 4187 | ;; their long file-name equivalents, so compare-strings does TRT. | 4187 | ;; their long file-name equivalents, so compare-strings does TRT. |
| 4188 | (if (memq system-type '(ms-dos windows-nt)) | 4188 | (if (memq system-type '(ms-dos windows-nt)) |
| 4189 | (setq temporary-file-directory (file-truename temporary-file-directory) | 4189 | (setq temporary-file-directory (file-truename temporary-file-directory) |
diff --git a/test/automated/add-log-tests.el b/test/automated/add-log-tests.el index 28029e18b99..f6e803cd317 100644 --- a/test/automated/add-log-tests.el +++ b/test/automated/add-log-tests.el | |||
| @@ -73,7 +73,7 @@ function foo() | |||
| 73 | 73 | ||
| 74 | (add-log-current-defun-deftest | 74 | (add-log-current-defun-deftest |
| 75 | sh-var | 75 | sh-var |
| 76 | "Test sh-current-defun-name can find variabe definition." | 76 | "Test sh-current-defun-name can find variable definition." |
| 77 | sh-mode " | 77 | sh-mode " |
| 78 | PATH=a:/ab:/usr/abc | 78 | PATH=a:/ab:/usr/abc |
| 79 | DIR=/pr><oc" | 79 | DIR=/pr><oc" |