From: Eli Zaretskii Date: Fri, 19 Sep 2008 16:45:12 +0000 (+0000) Subject: (main): Fix a typo in a comment. X-Git-Tag: emacs-pretest-23.0.90~2844 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c966fd27a1197e79b26d6230b85005168d31887a;p=emacs.git (main): Fix a typo in a comment. --- 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;