Document and clarify Argeo Util.
[lgpl/argeo-commons.git] / org.argeo.util / src / org / argeo / util / StreamUtils.java
index 7e66c0a3935bc564b85a33df7978629e4ae6a32a..6d7d940ceaf74ea3b9dd60682688cb918ef6c9ff 100644 (file)
@@ -6,7 +6,7 @@ import java.io.OutputStream;
 import java.io.Reader;
 import java.io.Writer;
 
-/** Utilities to be used when APache COmmons IO is not available. */
+/** Utilities to be used when Apache Commons IO is not available. */
 class StreamUtils {
        private static final int DEFAULT_BUFFER_SIZE = 1024 * 4;