# HG changeset patch # User Juanma Barranquero # Date 1203509378 0 # Node ID b9d0a7968c0a5ba9170b287f80a767e4b3598a71 # Parent 8d508f5cebb8154ec2e4a9c0c86acee03fdac53e Fix typo in comment. diff -r 8d508f5cebb8 -r b9d0a7968c0a lib-src/emacsclient.c --- 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);