Author: fdesbois Date: 2011-12-08 11:06:54 +0100 (Thu, 08 Dec 2011) New Revision: 2253 Url: http://nuiton.org/repositories/revision/nuiton-utils/2253 Log: #1846 : Little improvements Modified: trunk/nuiton-csv/src/main/java/org/nuiton/util/csv/Import.java Modified: trunk/nuiton-csv/src/main/java/org/nuiton/util/csv/Import.java =================================================================== --- trunk/nuiton-csv/src/main/java/org/nuiton/util/csv/Import.java 2011-12-08 10:04:13 UTC (rev 2252) +++ trunk/nuiton-csv/src/main/java/org/nuiton/util/csv/Import.java 2011-12-08 10:06:54 UTC (rev 2253) @@ -376,10 +376,10 @@ } /** - * Reads a next row from the reader and return {@code true} if line - * was sucessfull read. + * Read the next row from the reader and return {@code true} if line + * was successfully read. * - * @return {@code true} if line was sucessfull read, says in fact there is + * @return {@code true} if line was successfully read, says in fact there is * something after this line. * @throws ImportRuntimeException if could not read line */