]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Spelling in code comments patch: 'compatbility' -> 'compatibility' in checksetup...
authorvladd%bugzilla.org <>
Mon, 19 Jun 2006 19:40:09 +0000 (19:40 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 19:40:09 +0000 (19:40 +0000)
checksetup.pl

index d5823354befffd1ad86a01801670a9913cc5ceb7..759f625b58e2f872d007ad35fed6c842673123f4 100755 (executable)
@@ -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");