emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r112285: Spelling fixes.


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112285: Spelling fixes.
Date: Sun, 14 Apr 2013 14:57:21 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 112285
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sun 2013-04-14 14:57:21 -0700
message:
  Spelling fixes.
modified:
  lisp/files.el
  test/automated/add-log-tests.el
=== modified file 'lisp/files.el'
--- a/lisp/files.el     2013-04-14 02:55:21 +0000
+++ b/lisp/files.el     2013-04-14 21:57:21 +0000
@@ -4183,7 +4183,7 @@
 `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)

=== modified file 'test/automated/add-log-tests.el'
--- a/test/automated/add-log-tests.el   2013-04-09 17:37:17 +0000
+++ b/test/automated/add-log-tests.el   2013-04-14 21:57:21 +0000
@@ -73,7 +73,7 @@
 
 (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"


reply via email to

[Prev in Thread] Current Thread [Next in Thread]