From c966fd27a1197e79b26d6230b85005168d31887a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 19 Sep 2008 16:45:12 +0000 Subject: [PATCH] (main): Fix a typo in a 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 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; -- 2.39.5