From: vladd%bugzilla.org <> Date: Mon, 19 Jun 2006 22:47:17 +0000 (+0000) Subject: Spelling in code comments patch: 'involked' -> 'invoked'; patch by Vlad Dascalu ... X-Git-Tag: bugzilla-2.23.2~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28c5b9ebf806cbb3a8a9f15b7e61cdf4639fe196;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.