]> 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:28 +0000 (20:23 +0000)
committervladd%bugzilla.org <>
Mon, 19 Jun 2006 20:23:28 +0000 (20:23 +0000)
editproducts.cgi

index 83ad30d1a1b42216b52fd503fb05fafbf11330bb..29b3c3642297f56433842f8bdec1683bb3dd8421 100755 (executable)
@@ -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');