]> git.eshelyaron.com Git - emacs.git/commitdiff
Spelling fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 14 Apr 2013 21:57:21 +0000 (14:57 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 14 Apr 2013 21:57:21 +0000 (14:57 -0700)
lisp/files.el
test/automated/add-log-tests.el

index ce032534f047e17b96dd9b6f72c826c16a568516..238be36cae02b09586b70ff39f1c66b6836370c1 100644 (file)
@@ -4183,7 +4183,7 @@ Checks for files in `temporary-file-directory',
 `small-temporary-file-directory', and /tmp."
   (let ((temporary-file-directory temporary-file-directory)
        caseless)
-    ;; On MS-Windows, file-truename will convert short 8+3 alises to
+    ;; On MS-Windows, file-truename will convert short 8+3 aliases to
     ;; their long file-name equivalents, so compare-strings does TRT.
     (if (memq system-type '(ms-dos windows-nt))
        (setq temporary-file-directory (file-truename temporary-file-directory)
index 28029e18b99cdd6fba1a62af17c114ef186b4d52..f6e803cd317d0314e3282ee2d92c5b3baf8e1d80 100644 (file)
@@ -73,7 +73,7 @@ function foo()
 
 (add-log-current-defun-deftest
  sh-var
- "Test sh-current-defun-name can find variabe definition."
+ "Test sh-current-defun-name can find variable definition."
  sh-mode "
 PATH=a:/ab:/usr/abc
 DIR=/pr><oc"