diff options
-rw-r--r-- | lib-src/emacsclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 87cc9de6f51..93e36683f46 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c @@ -1504,7 +1504,7 @@ main (argc, argv) 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; |