Spelling in code comments patch: 'priviledges' -> 'privileges' in editproducts.cgi; patch by Vlad Dascalu <vladd@bugzilla.org>.

git-svn-id: svn://10.0.0.236/trunk@200274 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
vladd%bugzilla.org 2006-06-19 13:23:28 +00:00
parent 850f951457
commit b6bf5753cb

View File

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