From root@blackdawn.com  Fri Feb 18 11:06:58 2000
Return-Path: <root@blackdawn.com>
Received: from rock.ghis.net (rock.ghis.net [209.222.164.7])
	by hub.freebsd.org (Postfix) with ESMTP id 6F2DE37BA2F
	for <FreeBSD-gnats-submit@FreeBSD.ORG>; Fri, 18 Feb 2000 11:06:54 -0800 (PST)
	(envelope-from root@blackdawn.com)
Received: from shadow.blackdawn.com (postfix@19-150.008.popsite.net [209.69.196.150] (may be forged))
	by rock.ghis.net (8.9.3/8.9.3) with ESMTP id LAA82600
	for <FreeBSD-gnats-submit@FreeBSD.ORG>; Fri, 18 Feb 2000 11:06:51 -0800 (PST)
Received: from argon.blackdawn.com (argon.blackdawn.com [192.168.0.3])
	by shadow.blackdawn.com (Postfix) with ESMTP id 541DE1933
	for <FreeBSD-gnats-submit@FreeBSD.ORG>; Fri, 18 Feb 2000 14:06:48 -0500 (EST)
Received: by argon.blackdawn.com (Postfix, from userid 0)
	id 029BF191A; Fri, 18 Feb 2000 14:06:46 -0500 (EST)
Message-Id: <20000218190646.029BF191A@argon.blackdawn.com>
Date: Fri, 18 Feb 2000 14:06:46 -0500 (EST)
From: Will Andrews <andrews@technologist.com>
Sender: root@blackdawn.com
Reply-To: Will Andrews <andrews@technologist.com>
To: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: fix src/games/bs/bs.c grammar error [PATCH]
X-Send-Pr-Version: 3.2

>Number:         16810
>Category:       bin
>Synopsis:       fix src/games/bs/bs.c grammar error [PATCH]
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    billf
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 18 11:10:00 PST 2000
>Closed-Date:    Sun Feb 20 19:07:49 PST 2000
>Last-Modified:  Sun Feb 20 19:08:03 PST 2000
>Originator:     Will Andrews
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
none
>Environment:

FreeBSD argon.blackdawn.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Sat Feb 12 13:20:47 EST 2000     root@argon.blackdawn.com:/usr/src/sys/compile/KRYPTON  i386

>Description:

I was playing battleships on my -current laptop here
and noticed this discrepancy. Since I am a relatively
experienced sailor and I've never heard "my my" used
as seaman lingo, I'd judge this is a grammar mistake.

>How-To-Repeat:

Use the patch below to fix the bs.c grammar error.

>Fix:

--- bs.c	Mon Dec  6 22:00:55 1999
+++ bs.c.new	Fri Feb 18 13:48:59 2000
@@ -821,7 +821,7 @@
 	    m = " Glub, glub -- my %s is headed for the bottom!";
 	    break;
 	case 4:
-	    m = " You'll pick up survivors from my my %s, I hope...!";
+	    m = " You'll pick up survivors from my %s, I hope...!";
 	    break;
 	}
 	(void)printw(m, ss->name);

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-bugs->billf 
Responsible-Changed-By: billf 
Responsible-Changed-When: Fri Feb 18 15:25:55 PST 2000 
Responsible-Changed-Why:  
I'll fix this as soon as I get the OK from jkh. 
State-Changed-From-To: open->closed 
State-Changed-By: billf 
State-Changed-When: Sun Feb 20 19:07:49 PST 2000 
State-Changed-Why:  
Committed. 
>Unformatted:
