diff --git a/mozilla/webtools/bugzilla/editproducts.cgi b/mozilla/webtools/bugzilla/editproducts.cgi index 9ffa646503e..ea743075558 100755 --- a/mozilla/webtools/bugzilla/editproducts.cgi +++ b/mozilla/webtools/bugzilla/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();