From: vladd%bugzilla.org <> Date: Mon, 19 Jun 2006 22:47:08 +0000 (+0000) Subject: Spelling in code comments patch: 'involked' -> 'invoked'; patch by Vlad Dascalu ... X-Git-Tag: bugzilla-2.22.1~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0371c1c79226889afaebaf5a2e4cd925b7e2d386;p=thirdparty%2Fbugzilla.git Spelling in code comments patch: 'involked' -> 'invoked'; patch by Vlad Dascalu . --- diff --git a/testserver.pl b/testserver.pl index 7cdacb0a39..0d1d08ba58 100755 --- a/testserver.pl +++ b/testserver.pl @@ -14,7 +14,7 @@ # Contributor(s): Joel Peshkin # Byron Jones -# testserver.pl is involked with the baseurl of the Bugzilla installation +# testserver.pl is invoked with the baseurl of the Bugzilla installation # as its only argument. It attempts to troubleshoot as many installation # issues as possible.