diff options
author | vladd%bugzilla.org <> | 2006-06-19 19:40:29 +0000 |
---|---|---|
committer | vladd%bugzilla.org <> | 2006-06-19 19:40:29 +0000 |
commit | 9d55d1c08d8dcc345c5c33778135bb00bfbed851 (patch) | |
tree | 4abf09ddd6c1830157e09996ab49d5c3c2661e93 /checksetup.pl | |
parent | Spelling in code comments patch: 'accomodate' -> 'accommodate' in checksetup.... (diff) | |
download | bugzilla-9d55d1c08d8dcc345c5c33778135bb00bfbed851.tar.gz bugzilla-9d55d1c08d8dcc345c5c33778135bb00bfbed851.tar.bz2 bugzilla-9d55d1c08d8dcc345c5c33778135bb00bfbed851.zip |
Spelling in code comments patch: 'compatbility' -> 'compatibility' in checksetup.pl; patch by Vlad Dascalu <vladd@bugzilla.org>.
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-x | checksetup.pl | 2 |
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"); |