diff options
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/smtpd/Makefile.inc | 4 | ||||
-rw-r--r-- | libexec/telnetd/termstat.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libexec/smtpd/Makefile.inc b/libexec/smtpd/Makefile.inc index 188e1d4aceb..d66727b7171 100644 --- a/libexec/smtpd/Makefile.inc +++ b/libexec/smtpd/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.4 2001/08/23 14:17:08 aaron Exp $ +# $OpenBSD: Makefile.inc,v 1.5 2002/02/10 23:15:05 deraadt Exp $ ########################################################## ## Compile time options, These set defaults ############## @@ -88,7 +88,7 @@ STRIP_QUOTES = 0 # smtpfwdd. # N.B. MAXARGS must be at least 6, or 5 if SENDMAIL_OITRUE (above) is 1. # You may wish to change this to be 6 if you want your sendmail to be -# invoked seperately for each receipient. +# invoked separately for each receipient. MAXARGS = 100 # How long (in seconds) should smtpd block on a read() call to a diff --git a/libexec/telnetd/termstat.c b/libexec/telnetd/termstat.c index 361cf605241..b8479446d20 100644 --- a/libexec/telnetd/termstat.c +++ b/libexec/telnetd/termstat.c @@ -119,7 +119,7 @@ clientstat(int code, int parm1, int parm2) /* * Change terminal speed as requested by client. * We set the receive speed first, so that if we can't - * store seperate receive and transmit speeds, the transmit + * store separate receive and transmit speeds, the transmit * speed will take precedence. */ tty_rspeed(parm2); |