From 7ebc1f135efabddb991fb2fc2d6ff1a5db967639 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Wed, 30 Nov 2011 23:43:33 +0800 Subject: [PATCH] Fix typo in 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 80e8669305..0ae1f0bdde 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c @@ -1637,7 +1637,7 @@ main (int argc, char **argv) { #ifndef WINDOWSNT /* This is defined in stdlib.h on MS-Windows. It's defined in - unisted.h on some POSIX hosts, but not all (Bug#10155). */ + unistd.h on some POSIX hosts, but not all (Bug#10155). */ extern char **environ; #endif int i; -- 2.20.1