From c6e47461e32197e566a687f2654b18ef908a8c30 Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Fri, 3 Aug 2012 00:27:27 +0200 Subject: Bug 759413 - Use "cannot" instead of "can not". r=Wurblzap, a=LpSolit --- editparams.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editparams.cgi') 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', -- cgit v1.2.3-24-g4f1b