summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2008-09-19 16:45:12 +0000
committerEli Zaretskii <eliz@gnu.org>2008-09-19 16:45:12 +0000
commitc966fd27a1197e79b26d6230b85005168d31887a (patch)
tree20e790476d3127586f87512bc180b2479191edde /lib-src
parentd5dabcb513f89eb4fb4b05e966806f3df9cc157c (diff)
downloademacs-c966fd27a1197e79b26d6230b85005168d31887a.tar.gz
(main): Fix a typo in a 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 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;