changeset 98245:dd5392c63164

(main): Fix a typo in a comment.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 19 Sep 2008 16:45:12 +0000
parents b64f47f489ca
children 06b2f516c2fb
files lib-src/emacsclient.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/emacsclient.c	Fri Sep 19 15:50:24 2008 +0000
+++ b/lib-src/emacsclient.c	Fri Sep 19 16:45:12 2008 +0000
@@ -1504,7 +1504,7 @@
 	       file:stream, and treated as absolute.
 	       The user can still pass a file:stream if desired (for example,
 	       .\X:Y), but it is not very useful, as Emacs currently does a
-	       very bad job of dealing wih NTFS streams. */
+	       very bad job of dealing with NTFS streams. */
 	    {
 	      char *filename = (char *) xmalloc (MAX_PATH);
 	      DWORD size;