summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2008-02-20 12:09:38 +0000
committerJuanma Barranquero <lekktu@gmail.com>2008-02-20 12:09:38 +0000
commit31e25350a8293708ce4fa08cfe3ad119bd728fd8 (patch)
tree4a2ce5c46887445013441adf239341db61f93169 /lib-src
parent50f271cb5a8a9cc415efb465023724d3d73937c8 (diff)
downloademacs-31e25350a8293708ce4fa08cfe3ad119bd728fd8.tar.gz
Fix typo in comment.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/emacsclient.c2
1 files changed, 1 insertions, 1 deletions
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);