Spelling in code comments patch: 'compatbility' -> 'compatibility' in checksetup.pl; patch by Vlad Dascalu <vladd@bugzilla.org>.

git-svn-id: svn://10.0.0.236/trunk@200270 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
vladd%bugzilla.org
2006-06-19 12:40:29 +00:00
parent 4f71176cef
commit fc897d8825

View File

@@ -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");