]> 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:29 +0000 (19:40 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 19:40:29 +0000 (19:40 +0000)
checksetup.pl

index 15b87b4cf2177998b5d76f1aef3577ea5ca4b7c2..ab8ccd49d85bf603d5c12654164e8a95bc1a671a 100755 (executable)
@@ -3406,7 +3406,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");