diff --git a/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFCell.java b/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFCell.java index d0259c6805..4ba12a4571 100644 --- a/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFCell.java +++ b/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFCell.java @@ -929,7 +929,7 @@ public class HSSFCell extends CellBase { } /** - *

Set the style for the cell. The style should be an HSSFCellStyle created/retreived from + *

Set the style for the cell. The style should be an HSSFCellStyle created/retrieved from * the HSSFWorkbook.

* *

To change the style of a cell without affecting other cells that use the same style,