From: PJ Fanning Date: Wed, 9 Jun 2021 20:24:58 +0000 (+0000) Subject: update javadoc X-Git-Tag: REL_5_1_0~181 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=31f17c5e99eb338a153c74f4484502746609a5d0;p=poi.git update javadoc git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1890647 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFSheet.java b/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFSheet.java index e25f95f1e7..3ff4fc70e4 100644 --- a/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFSheet.java +++ b/poi-ooxml/src/main/java/org/apache/poi/xssf/usermodel/XSSFSheet.java @@ -593,7 +593,7 @@ public class XSSFSheet extends POIXMLDocumentPart implements Sheet { } /** - * Get VML drawing for this sheet (aka 'legacy' drawig) + * Get VML drawing for this sheet (aka 'legacy' drawing) * * @param autoCreate if true, then a new VML drawing part is created *