You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by se...@apache.org on 2009/03/18 12:56:01 UTC

svn commit: r755567 - /httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/ParseException.java

Author: sebb
Date: Wed Mar 18 11:56:01 2009
New Revision: 755567

URL: http://svn.apache.org/viewvc?rev=755567&view=rev
Log:
Typo

Modified:
    httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/ParseException.java

Modified: httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/ParseException.java
URL: http://svn.apache.org/viewvc/httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/ParseException.java?rev=755567&r1=755566&r2=755567&view=diff
==============================================================================
--- httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/ParseException.java (original)
+++ httpcomponents/httpcore/trunk/httpcore/src/main/java/org/apache/http/ParseException.java Wed Mar 18 11:56:01 2009
@@ -36,7 +36,7 @@
  * Parse errors when receiving a message will typically trigger
  * {@link ProtocolException}. Parse errors that do not occur during
  * protocol execution may be handled differently.
- * This is an unchecked exceptions, since there are cases where
+ * This is an unchecked exception, since there are cases where
  * the data to be parsed has been generated and is therefore
  * known to be parseable.
  *