summaryrefslogtreecommitdiff
path: root/usr.bin/talk
diff options
context:
space:
mode:
authorUlrich Spörlein <uqs@FreeBSD.org>2011-12-30 11:02:40 +0000
committerUlrich Spörlein <uqs@FreeBSD.org>2011-12-30 11:02:40 +0000
commit487ac9ac212077c859aafc40ac9660a84d0f294e (patch)
treed145ece02284bd86561f373fcb369e260154153b /usr.bin/talk
parentfb2ad9d3a495c2ad70c72b3321b61f43d132fbfa (diff)
downloadsrc-test2-487ac9ac212077c859aafc40ac9660a84d0f294e.tar.gz
src-test2-487ac9ac212077c859aafc40ac9660a84d0f294e.zip
Spelling fixes for usr.bin/
Notes
Notes: svn path=/head/; revision=228992
Diffstat (limited to 'usr.bin/talk')
-rw-r--r--usr.bin/talk/ctl_transact.c2
-rw-r--r--usr.bin/talk/invite.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/talk/ctl_transact.c b/usr.bin/talk/ctl_transact.c
index c8039417bfd9..81fead6434b5 100644
--- a/usr.bin/talk/ctl_transact.c
+++ b/usr.bin/talk/ctl_transact.c
@@ -46,7 +46,7 @@ static const char sccsid[] = "@(#)ctl_transact.c 8.1 (Berkeley) 6/6/93";
/*
* SOCKDGRAM is unreliable, so we must repeat messages if we have
- * not recieved an acknowledgement within a reasonable amount
+ * not received an acknowledgement within a reasonable amount
* of time
*/
void
diff --git a/usr.bin/talk/invite.c b/usr.bin/talk/invite.c
index 12b69b567f3f..e48302ffb21e 100644
--- a/usr.bin/talk/invite.c
+++ b/usr.bin/talk/invite.c
@@ -87,7 +87,7 @@ invite_remote(void)
announce_invite();
/*
* Shut off the automatic messages for a while,
- * so we can use the interupt timer to resend the invitation
+ * so we can use the interrupt timer to resend the invitation
*/
end_msgs();
setitimer(ITIMER_REAL, &itimer, (struct itimerval *)0);
@@ -117,7 +117,7 @@ invite_remote(void)
}
/*
- * Routine called on interupt to re-invite the callee
+ * Routine called on interrupt to re-invite the callee
*/
/* ARGSUSED */
void