diff options
| author | Glenn Morris | 2008-07-01 03:04:08 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-07-01 03:04:08 +0000 |
| commit | f838179402f8cc11610180c166258a607b2b6709 (patch) | |
| tree | f625f7760f6e194cc5c195559b0803f85e1699fe /src | |
| parent | 67e8d28aa6d0b81a3c1b373b50c2e66be6fbe621 (diff) | |
| download | emacs-f838179402f8cc11610180c166258a607b2b6709.tar.gz emacs-f838179402f8cc11610180c166258a607b2b6709.zip | |
Spelling fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32.c | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Utility and Unix shadow routines for GNU Emacs on the Microsoft W32 API. | 1 | /* Utility and Unix shadow routines for GNU Emacs on the Microsoft W32 API. |
| 2 | Copyright (C) 1994, 1995, 2000, 2001, 2002, 2003, 2004, | 2 | Copyright (C) 1994, 1995, 2000, 2001, 2002, 2003, 2004, 2005, 2006, |
| 3 | 2005, 2006, 2007, 2008 Free Software Foundation, Inc. | 3 | 2007, 2008 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| @@ -3319,7 +3319,7 @@ init_winsock (int load_now) | |||
| 3319 | 3319 | ||
| 3320 | int h_errno = 0; | 3320 | int h_errno = 0; |
| 3321 | 3321 | ||
| 3322 | /* function to set h_errno for compatability; map winsock error codes to | 3322 | /* function to set h_errno for compatibility; map winsock error codes to |
| 3323 | normal system codes where they overlap (non-overlapping definitions | 3323 | normal system codes where they overlap (non-overlapping definitions |
| 3324 | are already in <sys/socket.h> */ | 3324 | are already in <sys/socket.h> */ |
| 3325 | static void | 3325 | static void |