From owner-freebsd-bugs Fri Feb 18 11:10: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D22DC37BA1E for ; Fri, 18 Feb 2000 11:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA15365; Fri, 18 Feb 2000 11:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from rock.ghis.net (rock.ghis.net [209.222.164.7]) by hub.freebsd.org (Postfix) with ESMTP id 6F2DE37BA2F for ; 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 ; 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 ; 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 Reply-To: Will Andrews To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: bin/16810: fix src/games/bs/bs.c grammar error [PATCH] Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16810 >Category: bin >Synopsis: fix src/games/bs/bs.c grammar error [PATCH] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 18 11:10:00 PST 2000 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message