Commit a9b48225 authored by vladd%bugzilla.org's avatar vladd%bugzilla.org

Spelling in code comments patch: 'priviledges' -> 'privileges' in…

Spelling in code comments patch: 'priviledges' -> 'privileges' in editproducts.cgi; patch by Vlad Dascalu <vladd@bugzilla.org>.
parent 322eeb7c
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment