diff options
author | Matt Selsky <selsky@columbia.edu> | 2012-08-03 00:27:27 +0200 |
---|---|---|
committer | Marc Schumann <wurblzap@gmail.com> | 2012-08-03 00:27:27 +0200 |
commit | c6e47461e32197e566a687f2654b18ef908a8c30 (patch) | |
tree | 088357b31df1161295226eedfe91ed36d9d205cc /editparams.cgi | |
parent | 7a9af9adf59089bd612b112c29fcb88e054dacd6 (diff) | |
download | bugzilla-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-x | editparams.cgi | 2 |
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', |