Fixed typo

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/accounting-aggregator-se-plugin@154626 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2017-09-26 14:56:44 +00:00
parent b1e9cfdc95
commit 1c7574c4f3
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ public abstract class DocumentElaboration {
br.close();
in.close();
fstream.close();
throw new Exception("File line " + elaborated + " > " + rowToBeElaborated + ". This is really starnge and should not occur. Stopping execution");
throw new Exception("File line " + elaborated + " > " + rowToBeElaborated + ". This is really strange and should not occur. Stopping execution");
}
}
logger.info("{} - Elaborated {} rows of {} ({}%)", aggregationStatus.getAggregationInfo(), elaborated, rowToBeElaborated, 100);