From: vladd%bugzilla.org <> Date: Mon, 19 Jun 2006 19:40:09 +0000 (+0000) Subject: Spelling in code comments patch: 'compatbility' -> 'compatibility' in checksetup... X-Git-Tag: bugzilla-2.22.1~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7d8fc0edf6d058974efa8e4ce1ca7c07afe6e06;p=thirdparty%2Fbugzilla.git Spelling in code comments patch: 'compatbility' -> 'compatibility' in checksetup.pl; patch by Vlad Dascalu . --- diff --git a/checksetup.pl b/checksetup.pl index d5823354be..759f625b58 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -3371,7 +3371,7 @@ if ($dbh->bz_table_info("flagtypes")) { # 2002-11-24 - bugreport@peshkin.net - bug 147275 # -# If group_control_map is empty, backward-compatbility +# If group_control_map is empty, backward-compatibility # usebuggroups-equivalent records should be created. my $entry = Param('useentrygroupdefault'); $sth = $dbh->prepare("SELECT COUNT(*) FROM group_control_map");