summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorvladd%bugzilla.org <>2006-06-19 21:40:29 +0200
committervladd%bugzilla.org <>2006-06-19 21:40:29 +0200
commit9d55d1c08d8dcc345c5c33778135bb00bfbed851 (patch)
tree4abf09ddd6c1830157e09996ab49d5c3c2661e93 /checksetup.pl
parent4fba2f5ffe709fe997034394b6fec8e501437065 (diff)
downloadbugzilla-9d55d1c08d8dcc345c5c33778135bb00bfbed851.tar.gz
bugzilla-9d55d1c08d8dcc345c5c33778135bb00bfbed851.tar.xz
Spelling in code comments patch: 'compatbility' -> 'compatibility' in checksetup.pl; patch by Vlad Dascalu <vladd@bugzilla.org>.
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 15b87b4cf..ab8ccd49d 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -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");