From dcf0f3d870f5e1be7833b758f815911a74fab120 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sat, 24 Jul 2021 08:57:17 +0000 Subject: [PATCH] fix spelling git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891767 13f79535-47bb-0310-9956-ffa450edef68 --- poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFCell.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.5