diff options
| author | Glenn Morris | 2008-06-27 02:14:52 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-06-27 02:14:52 +0000 |
| commit | 04bf5b655a9b5c0b82d8f54f96ab0f90241f6ab8 (patch) | |
| tree | ffeae66e55a3c7757fac38c639292dce799c6fa7 /src/process.c | |
| parent | 5618fbd2c79e982d717eaaec749eeb16382ddc04 (diff) | |
| download | emacs-04bf5b655a9b5c0b82d8f54f96ab0f90241f6ab8.tar.gz emacs-04bf5b655a9b5c0b82d8f54f96ab0f90241f6ab8.zip | |
American English spelling fix.
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index 73bbb34fd01..0ddeb517290 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -3511,7 +3511,7 @@ usage: (make-network-process &rest ARGS) */) | |||
| 3511 | 3511 | ||
| 3512 | /* Parse network options in the arg list. | 3512 | /* Parse network options in the arg list. |
| 3513 | We simply ignore anything which isn't a known option (including other keywords). | 3513 | We simply ignore anything which isn't a known option (including other keywords). |
| 3514 | An error is signalled if setting a known option fails. */ | 3514 | An error is signaled if setting a known option fails. */ |
| 3515 | for (optn = optbits = 0; optn < nargs-1; optn += 2) | 3515 | for (optn = optbits = 0; optn < nargs-1; optn += 2) |
| 3516 | optbits |= set_socket_option (s, args[optn], args[optn+1]); | 3516 | optbits |= set_socket_option (s, args[optn], args[optn+1]); |
| 3517 | 3517 | ||