summaryrefslogtreecommitdiffstats
path: root/editparams.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'editparams.cgi')
-rwxr-xr-xeditparams.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/editparams.cgi b/editparams.cgi
index 002697db0..b522fd414 100755
--- a/editparams.cgi
+++ b/editparams.cgi
@@ -119,7 +119,7 @@ if ($action eq 'save' && $current_module) {
}
} elsif ($name eq 'globalwatchers') {
# can't check this as others, as Bugzilla::Config::Common
- # can not use Bugzilla::User
+ # cannot use Bugzilla::User
foreach my $watcher (split(/[,\s]+/, $value)) {
ThrowUserError(
'invalid_parameter',