From 80b971bd51b68283ba2bfa83787f0bdbaf1aaff2 Mon Sep 17 00:00:00 2001 From: Meep-Eep Date: Sat, 1 Mar 2008 21:46:05 +0000 Subject: [PATCH] "Battle groups", not "battle group" git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2941 8092fc87-c524-0410-9efc-e669fe64eaf9 --- sc2/src/sc2code/grpinfo.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sc2/src/sc2code/grpinfo.c b/sc2/src/sc2code/grpinfo.c index a39038cf4..1ef5084eb 100644 --- a/sc2/src/sc2code/grpinfo.c +++ b/sc2/src/sc2code/grpinfo.c @@ -287,9 +287,9 @@ BuildGroups (void) if (Index > 1 && Index < 5) { // When the Utwig and Supox are on their mission, there won't be - // a new battle group generated for the system. - // XXX: An old battle group might still exist, in which case this - // function is never even called, and the old group would be + // new battle groups generated for the system. + // XXX: Old battle groups might still exist, in which case this + // function is never even called, and the old groups would be // reused. This is probably not the intent, which would make this // a BUG. HomeWorld[UTWIG_SHIP] = 0;