summaryrefslogtreecommitdiff
path: root/usr.bin/learn
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2003-11-09 20:13:59 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2003-11-09 20:13:59 +0000
commit60ddec86b1c51bd19cc8ff36709039a79f6feef3 (patch)
tree7d3e6213bde1ff868d674bf18ae492c68917bdfa /usr.bin/learn
parent6ba2859ff51745038306c59d4fe9eefe6f164aff (diff)
Typos in comments from Jared Yanovich <jjy2+ at pitt dot edu>
Diffstat (limited to 'usr.bin/learn')
-rw-r--r--usr.bin/learn/src/learn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/learn/src/learn.c b/usr.bin/learn/src/learn.c
index a92fa01e8da..3ed759bb94e 100644
--- a/usr.bin/learn/src/learn.c
+++ b/usr.bin/learn/src/learn.c
@@ -2,7 +2,7 @@
* learn, from V7 UNIX: one of the earliest Computer Based Training (CBT)
* programs still in existence.
*
- * $OpenBSD: learn.c,v 1.9 2003/04/06 21:07:08 deraadt Exp $
+ * $OpenBSD: learn.c,v 1.10 2003/11/09 20:13:57 otto Exp $
*/
/****************************************************************
@@ -1041,6 +1041,6 @@ int n;
printf("Bye.\n"); /* not only does this reassure user but
it stalls for time while deleting directory */
fflush(stdout);
- /* printf("Wantd %ld got %ld val %d\n", (long)pid, (long)pidw, retval); */
+ /* printf("Wanted %ld got %ld val %d\n", (long)pid, (long)pidw, retval); */
exit(n);
}