From 70687a50aea16c85ee68a608ae3969c56b34c3c9 Mon Sep 17 00:00:00 2001 From: jsm Date: Sun, 24 Sep 2000 09:46:57 +0000 Subject: Correct spelling "dont" to "don't". From OpenBSD. --- battlestar/com3.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'battlestar/com3.c') diff --git a/battlestar/com3.c b/battlestar/com3.c index ea6d122b..b5f48375 100644 --- a/battlestar/com3.c +++ b/battlestar/com3.c @@ -1,4 +1,4 @@ -/* $NetBSD: com3.c,v 1.10 2000/09/23 19:23:58 jsm Exp $ */ +/* $NetBSD: com3.c,v 1.11 2000/09/24 09:46:57 jsm Exp $ */ /* * Copyright (c) 1983, 1993 @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)com3.c 8.2 (Berkeley) 4/28/95"; #else -__RCSID("$NetBSD: com3.c,v 1.10 2000/09/23 19:23:58 jsm Exp $"); +__RCSID("$NetBSD: com3.c,v 1.11 2000/09/24 09:46:57 jsm Exp $"); #endif #endif /* not lint */ @@ -211,7 +211,7 @@ shoot() if (value == BOMB) die(); } else - printf("I dont see any %s around here.\n", objsht[value]); + printf("I don't see any %s around here.\n", objsht[value]); if (wordnumber < wordcount - 1 && wordvalue[++wordnumber] == AND) wordnumber++; else -- cgit v1.2.3