changeset 91984:b9d0a7968c0a

Fix typo in comment.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 20 Feb 2008 12:09:38 +0000
parents 8d508f5cebb8
children a5480cd50c15
files lib-src/emacsclient.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/emacsclient.c	Wed Feb 20 12:06:52 2008 +0000
+++ b/lib-src/emacsclient.c	Wed Feb 20 12:09:38 2008 +0000
@@ -1511,7 +1511,7 @@
 	       a valid drive designator, are interpreted as drive:path, not
 	       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
+	       .\X:Y), but it is not very useful, as Emacs currently does a
 	       very bad job of dealing wih NTFS streams. */
 	    {
 	      char *filename = (char *) xmalloc (MAX_PATH);