summaryrefslogtreecommitdiffstats
path: root/editproducts.cgi
diff options
context:
space:
mode:
authorvladd%bugzilla.org <>2006-06-19 22:23:11 +0200
committervladd%bugzilla.org <>2006-06-19 22:23:11 +0200
commita9b482253e5fd6e1419ce24f2d8649e4329e3fb3 (patch)
tree916762e2c30696706b3ab72375000457027d1dbc /editproducts.cgi
parent322eeb7c792ed3a2476d371a6000ddfe93a23eef (diff)
downloadbugzilla-a9b482253e5fd6e1419ce24f2d8649e4329e3fb3.tar.gz
bugzilla-a9b482253e5fd6e1419ce24f2d8649e4329e3fb3.tar.xz
Spelling in code comments patch: 'priviledges' -> 'privileges' in editproducts.cgi; patch by Vlad Dascalu <vladd@bugzilla.org>.
Diffstat (limited to 'editproducts.cgi')
-rwxr-xr-xeditproducts.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/editproducts.cgi b/editproducts.cgi
index 9ffa64650..ea7430755 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();