(Finternal_char_font): Return font-object instead of font-name.
[bpt/emacs.git] / src / process.c
index 73bbb34..0ddeb51 100644 (file)
@@ -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]);