diff options
author | Glenn Morris <rgm@gnu.org> | 2008-07-01 03:04:08 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-07-01 03:04:08 +0000 |
commit | 672e534b23f491b821e98c76bcd49875b0106534 (patch) | |
tree | 4d0bfbc81b613f89e2ed47605c7cf57acc805044 | |
parent | 446ba03e5f3764a0b567927ec495f9c404447bdc (diff) | |
download | emacs-672e534b23f491b821e98c76bcd49875b0106534.tar.gz |
Spelling fix.
-rw-r--r-- | src/w32.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/w32.c b/src/w32.c index 650c3d6beee..c10990bae3b 100644 --- a/src/w32.c +++ b/src/w32.c @@ -1,6 +1,6 @@ /* Utility and Unix shadow routines for GNU Emacs on the Microsoft W32 API. - Copyright (C) 1994, 1995, 2000, 2001, 2002, 2003, 2004, - 2005, 2006, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 1994, 1995, 2000, 2001, 2002, 2003, 2004, 2005, 2006, + 2007, 2008 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -3319,7 +3319,7 @@ init_winsock (int load_now) int h_errno = 0; -/* function to set h_errno for compatability; map winsock error codes to +/* function to set h_errno for compatibility; map winsock error codes to normal system codes where they overlap (non-overlapping definitions are already in <sys/socket.h> */ static void |