summaryrefslogtreecommitdiffstats
path: root/larn
diff options
context:
space:
mode:
authorsnj <snj@NetBSD.org>2006-04-24 18:00:53 +0000
committersnj <snj@NetBSD.org>2006-04-24 18:00:53 +0000
commit2c10cbb86d1b666778b98986b51df63689ab6f8e (patch)
tree838c47bb288ec5ce5469bc128445f37f11c51ab0 /larn
parentd4051545248703357ec5acbb7676d4c2f7d41db5 (diff)
downloadbsdgames-darwin-2c10cbb86d1b666778b98986b51df63689ab6f8e.tar.gz
bsdgames-darwin-2c10cbb86d1b666778b98986b51df63689ab6f8e.tar.zst
bsdgames-darwin-2c10cbb86d1b666778b98986b51df63689ab6f8e.zip
It's "its."
Diffstat (limited to 'larn')
-rw-r--r--larn/main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/larn/main.c b/larn/main.c
index 41a1498c..f0dcaf1b 100644
--- a/larn/main.c
+++ b/larn/main.c
@@ -1,9 +1,9 @@
-/* $NetBSD: main.c,v 1.16 2001/02/05 00:57:33 christos Exp $ */
+/* $NetBSD: main.c,v 1.17 2006/04/24 18:00:53 snj Exp $ */
/* main.c */
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: main.c,v 1.16 2001/02/05 00:57:33 christos Exp $");
+__RCSID("$NetBSD: main.c,v 1.17 2006/04/24 18:00:53 snj Exp $");
#endif /* not lint */
#include <sys/types.h>
@@ -129,7 +129,7 @@ main(argc, argv)
break;
}
if (j) {
- lprcat("Sorry, Larn needs a VT100 family terminal for all it's features.\n");
+ lprcat("Sorry, Larn needs a VT100 family terminal for all its features.\n");
lflush();
exit(1);
}