diff --git a/src/java/org/apache/poi/ss/usermodel/DataFormatter.java b/src/java/org/apache/poi/ss/usermodel/DataFormatter.java index a20d08328..ad7178cd7 100644 --- a/src/java/org/apache/poi/ss/usermodel/DataFormatter.java +++ b/src/java/org/apache/poi/ss/usermodel/DataFormatter.java @@ -100,7 +100,7 @@ import org.apache.poi.util.POILogger; * The trailing underscore and space ("_ ") in the format adds a space to the end and Excel formats this cell as "12.34 ", * but DataFormatter trims the formatted value and returns "12.34". *

- * You can enable spaces by passing the emulateCsv=true flag in the DateFormatter cosntructor. + * You can enable spaces by passing the emulateCSV=true flag in the DateFormatter cosntructor. * If set to true, then the output tries to conform to what you get when you take an xls or xlsx in Excel and Save As CSV file: *