From 31e25350a8293708ce4fa08cfe3ad119bd728fd8 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 20 Feb 2008 12:09:38 +0000 Subject: [PATCH] Fix typo in comment. --- lib-src/emacsclient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 1ccd8356ad2..e927c12c098 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c @@ -1511,7 +1511,7 @@ main (argc, argv) 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); -- 2.39.5