From: vladd%bugzilla.org <> Date: Mon, 19 Jun 2006 20:23:28 +0000 (+0000) Subject: Spelling in code comments patch: 'priviledges' -> 'privileges' in editproducts.cgi... X-Git-Tag: bugzilla-2.22.1~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff5cab64f726a4cdc44db87b5667bb8bbb4cc68a;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 83ad30d1a1..29b3c36422 100755 --- a/editproducts.cgi +++ b/editproducts.cgi @@ -245,7 +245,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 = GroupNameToId('admin');