diff options
author | vladd%bugzilla.org <> | 2006-06-19 20:23:11 +0000 |
---|---|---|
committer | vladd%bugzilla.org <> | 2006-06-19 20:23:11 +0000 |
commit | a9b482253e5fd6e1419ce24f2d8649e4329e3fb3 (patch) | |
tree | 916762e2c30696706b3ab72375000457027d1dbc /editproducts.cgi | |
parent | Spelling in code comments patch: 'addy' -> 'address' in checksetup.pl; patch ... (diff) | |
download | bugzilla-a9b482253e5fd6e1419ce24f2d8649e4329e3fb3.tar.gz bugzilla-a9b482253e5fd6e1419ce24f2d8649e4329e3fb3.tar.bz2 bugzilla-a9b482253e5fd6e1419ce24f2d8649e4329e3fb3.zip |
Spelling in code comments patch: 'priviledges' -> 'privileges' in editproducts.cgi; patch by Vlad Dascalu <vladd@bugzilla.org>.
Diffstat (limited to 'editproducts.cgi')
-rwxr-xr-x | editproducts.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editproducts.cgi b/editproducts.cgi index 9ffa64650..ea7430755 100755 --- a/editproducts.cgi +++ b/editproducts.cgi @@ -248,7 +248,7 @@ if ($action eq 'new') { my $gid = $dbh->bz_last_key('groups', 'id'); - # If we created a new group, give the "admin" group priviledges + # If we created a new group, give the "admin" group privileges # initially. my $admin = Bugzilla::Group->new({name => 'admin'})->id(); |