diff options
| author | snj <snj@NetBSD.org> | 2006-04-24 18:00:53 +0000 |
|---|---|---|
| committer | snj <snj@NetBSD.org> | 2006-04-24 18:00:53 +0000 |
| commit | 2c10cbb86d1b666778b98986b51df63689ab6f8e (patch) | |
| tree | 838c47bb288ec5ce5469bc128445f37f11c51ab0 | |
| parent | d4051545248703357ec5acbb7676d4c2f7d41db5 (diff) | |
| download | bsdgames-darwin-2c10cbb86d1b666778b98986b51df63689ab6f8e.tar.gz bsdgames-darwin-2c10cbb86d1b666778b98986b51df63689ab6f8e.zip | |
It's "its."
| -rw-r--r-- | backgammon/teachgammon/ttext1.c | 6 | ||||
| -rw-r--r-- | fortune/datfiles/farber | 2 | ||||
| -rw-r--r-- | larn/main.c | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/backgammon/teachgammon/ttext1.c b/backgammon/teachgammon/ttext1.c index 82db2239..c0e34096 100644 --- a/backgammon/teachgammon/ttext1.c +++ b/backgammon/teachgammon/ttext1.c @@ -1,4 +1,4 @@ -/* $NetBSD: ttext1.c,v 1.7 2003/08/07 09:36:58 agc Exp $ */ +/* $NetBSD: ttext1.c,v 1.8 2006/04/24 18:00:53 snj Exp $ */ /* * Copyright (c) 1980, 1993 @@ -34,7 +34,7 @@ #if 0 static char sccsid[] = "@(#)ttext1.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: ttext1.c,v 1.7 2003/08/07 09:36:58 agc Exp $"); +__RCSID("$NetBSD: ttext1.c,v 1.8 2006/04/24 18:00:53 snj Exp $"); #endif #endif /* not lint */ @@ -94,7 +94,7 @@ const char *const intro2[] = { "\n Although not indicated on the board, the players' homes are", "located just to the right of the board. A player's men are placed", "there when they are removed from the board. The board you just", - "saw was in it's initial position. All games start with the board", + "saw was in its initial position. All games start with the board", "looking like this. Notice that red's pieces are represented by the", "letter 'r' and white's pieces are represented by the letter 'w'.", "Also, a position may have zero or more pieces on it, e.g. posi-", diff --git a/fortune/datfiles/farber b/fortune/datfiles/farber index 294d1a75..86d991b3 100644 --- a/fortune/datfiles/farber +++ b/fortune/datfiles/farber @@ -669,7 +669,7 @@ I wouldn't take him on a ten foot pole. % I wouldn't want to be sitting in his shoes. % -I'd better get my horse on it's ass. +I'd better get my horse on its ass. % I'd better jack up my bootstraps and get going. % 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); } |
