Author: mikemccand
Date: Sun Oct 2 13:34:45 2011
New Revision: 1178188
URL: http://svn.apache.org/viewvc?rev=1178188&view=rev
Log:
typo in comment
Modified:
tika/trunk/tika-parsers/src/main/java/org/apache/tika/parser/txt/CharsetDetector.java
Modified:
tika/trunk/tika-parsers/src/main/java/org/apache/tika/parser/txt/CharsetDetector.java
URL:
http://svn.apache.org/viewvc/tika/trunk/tika-parsers/src/main/java/org/apache/tika/parser/txt/CharsetDetector.java?rev=1178188&r1=1178187&r2=1178188&view=diff
==============================================================================
---
tika/trunk/tika-parsers/src/main/java/org/apache/tika/parser/txt/CharsetDetector.java
(original)
+++
tika/trunk/tika-parsers/src/main/java/org/apache/tika/parser/txt/CharsetDetector.java
Sun Oct 2 13:34:45 2011
@@ -37,7 +37,7 @@ import java.util.Arrays;
*/
public class CharsetDetector {
-// Question: Should we have getters corresponding to the setters for inut
text
+// Question: Should we have getters corresponding to the setters for input
text
// and declared encoding?
// A thought: If we were to create our own type of Java Reader, we could
defer