From: vladd%bugzilla.org <> Date: Mon, 19 Jun 2006 20:23:11 +0000 (+0000) Subject: Spelling in code comments patch: 'priviledges' -> 'privileges' in editproducts.cgi... X-Git-Tag: bugzilla-2.23.2~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9b482253e5fd6e1419ce24f2d8649e4329e3fb3;p=thirdparty%2Fbugzilla.git Spelling in code comments patch: 'priviledges' -> 'privileges' in editproducts.cgi; patch by Vlad Dascalu . --- diff --git a/editproducts.cgi b/editproducts.cgi index 9ffa646503..ea74307555 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();