Mercurial > emacs
diff src/process.c @ 96361:a99299e4d2de
American English spelling fix.
| author | Glenn Morris <rgm@gnu.org> |
|---|---|
| date | Fri, 27 Jun 2008 02:13:38 +0000 |
| parents | ddedcecb18ef |
| children | 3bea8ede5bd0 |
line wrap: on
line diff
--- a/src/process.c Fri Jun 27 02:07:30 2008 +0000 +++ b/src/process.c Fri Jun 27 02:13:38 2008 +0000 @@ -3511,7 +3511,7 @@ /* Parse network options in the arg list. We simply ignore anything which isn't a known option (including other keywords). - An error is signalled if setting a known option fails. */ + An error is signaled if setting a known option fails. */ for (optn = optbits = 0; optn < nargs-1; optn += 2) optbits |= set_socket_option (s, args[optn], args[optn+1]);
