You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2012/10/15 18:29:37 UTC

svn commit: r1398370 - /commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/Quote.java

Author: sebb
Date: Mon Oct 15 16:29:37 2012
New Revision: 1398370

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

Modified:
    commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/Quote.java

Modified: commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/Quote.java
URL: http://svn.apache.org/viewvc/commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/Quote.java?rev=1398370&r1=1398369&r2=1398370&view=diff
==============================================================================
--- commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/Quote.java (original)
+++ commons/proper/csv/trunk/src/main/java/org/apache/commons/csv/Quote.java Mon Oct 15 16:29:37 2012
@@ -42,7 +42,7 @@ public enum Quote {
 
     /**
      * Never quotes fields. When the delimiter occurs in data, it is preceded by the current escape character. If the
-     * escape character is not set, printing will thrown an exception if any characters that require escaping are
+     * escape character is not set, printing will throw an exception if any characters that require escaping are
      * encountered.
      */
     NONE