From 530a8cd05adcb2dec782a6eb720c2af3cce180e3 Mon Sep 17 00:00:00 2001 From: joy <> Date: Mon, 2 Oct 2000 10:32:29 -0800 Subject: [PATCH] [project @ 2000-10-02 11:32:29 by joy] fixed typo, s/Byg/Bug/ --- scripts/service.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/service.in b/scripts/service.in index 2f9967f7..8301f67c 100755 --- a/scripts/service.in +++ b/scripts/service.in @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: service.in,v 1.10 1999/12/17 19:44:08 gecko Exp $ +# $Id: service.in,v 1.11 2000/10/02 11:32:29 joy Exp $ # # Usage: service .nn # Temps: incoming/P.nn @@ -278,7 +278,7 @@ END $ref= $1; if (&setbug) { if (!length($s_done)) { - &transcript("$gByg is already open, cannot reopen.\n\n"); + &transcript("$gBug is already open, cannot reopen.\n\n"); &nochangebug; } else { $action= -- 2.39.5