summaryrefslogtreecommitdiff
path: root/src/process.c
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-06-27 02:14:52 +0000
committerGlenn Morris <rgm@gnu.org>2008-06-27 02:14:52 +0000
commit04bf5b655a9b5c0b82d8f54f96ab0f90241f6ab8 (patch)
treeffeae66e55a3c7757fac38c639292dce799c6fa7 /src/process.c
parent5618fbd2c79e982d717eaaec749eeb16382ddc04 (diff)
downloademacs-04bf5b655a9b5c0b82d8f54f96ab0f90241f6ab8.tar.gz
American English spelling fix.
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c2
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) */)
/* 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]);