From: kkolinko Date: Sun, 6 Jun 2010 20:20:02 +0000 (+0000) Subject: correct a typo in a comment X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=cd735526e25f2f36ab6e332b644bbb5fe0b01b03;p=tomcat7.0 correct a typo in a comment git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@951951 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/webapp-3.0/bug49196.jsp b/test/webapp-3.0/bug49196.jsp index 4a0e9b049..9797a94a3 100644 --- a/test/webapp-3.0/bug49196.jsp +++ b/test/webapp-3.0/bug49196.jsp @@ -15,7 +15,7 @@ limitations under the License. --%> <% -// As nonsensical as this is, in't shouldn't throw an NPE +// As nonsensical as this is, it shouldn't throw an NPE pageContext.getErrorData(); %>