]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Spelling in code comments patch: 'priviledges' -> 'privileges' in editproducts.cgi...
authorvladd%bugzilla.org <>
Mon, 19 Jun 2006 20:23:11 +0000 (20:23 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 20:23:11 +0000 (20:23 +0000)
editproducts.cgi

index 9ffa646503e366058425d43e908a29492c3a565c..ea7430755583b7c7db659eccfe3c8792b98e53c4 100755 (executable)
@@ -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();