From b5071b96da5b69acd8f4160de2b8f00bc6cf3577 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Wed, 8 Sep 2021 16:08:30 +0000 Subject: [PATCH] minor text issues git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893147 13f79535-47bb-0310-9956-ffa450edef68 --- poi/src/main/java/org/apache/poi/ss/usermodel/Workbook.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poi/src/main/java/org/apache/poi/ss/usermodel/Workbook.java b/poi/src/main/java/org/apache/poi/ss/usermodel/Workbook.java index ff113941c8..b231382b25 100644 --- a/poi/src/main/java/org/apache/poi/ss/usermodel/Workbook.java +++ b/poi/src/main/java/org/apache/poi/ss/usermodel/Workbook.java @@ -310,7 +310,7 @@ public interface Workbook extends Closeable, Iterable { CellStyle getCellStyleAt(int idx); /** - * Write out this workbook to an Outputstream. + * Write out this workbook to an OutputStream. * * @param stream - the java OutputStream you wish to write to * @exception IOException if anything can't be written. -- 2.39.5