summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-05-30 23:16:41 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2016-05-30 23:17:55 -0700
commit788c9b69e1801dd883dbe603281571ef3c78a724 (patch)
tree9cde3c2d829ceb1aaa83160c0c3785cc2862c45e
parent25c4a30692b20ee47eeadab1593f7922350e45a8 (diff)
downloademacs-788c9b69e1801dd883dbe603281571ef3c78a724.tar.gz
; Spelling fix
-rw-r--r--lisp/ChangeLog.172
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog.17 b/lisp/ChangeLog.17
index 29081d3f3cd..f2dd5828c2d 100644
--- a/lisp/ChangeLog.17
+++ b/lisp/ChangeLog.17
@@ -3737,7 +3737,7 @@
* net/tramp.el (tramp-read-passwd): Ignore errors from `auth-source-*'.
* net/tramp-sh.el (tramp-do-copy-or-rename-file-out-of-band): Use "\n"
- as end-of-line delimeter for passwords, when running on MS Windows.
+ as end-of-line delimiter for passwords, when running on MS Windows.
2014-12-27 Stefan Monnier <monnier@iro.umontreal.ca>