summaryrefslogtreecommitdiffstats
path: root/editparams.cgi
diff options
context:
space:
mode:
authorMatt Selsky <selsky@columbia.edu>2012-08-03 00:27:27 +0200
committerMarc Schumann <wurblzap@gmail.com>2012-08-03 00:27:27 +0200
commitc6e47461e32197e566a687f2654b18ef908a8c30 (patch)
tree088357b31df1161295226eedfe91ed36d9d205cc /editparams.cgi
parent7a9af9adf59089bd612b112c29fcb88e054dacd6 (diff)
downloadbugzilla-c6e47461e32197e566a687f2654b18ef908a8c30.tar.gz
bugzilla-c6e47461e32197e566a687f2654b18ef908a8c30.tar.xz
Bug 759413 - Use "cannot" instead of "can not".
r=Wurblzap, a=LpSolit
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',