]> source.dussan.org Git - poi.git/commitdiff
minor text issues
authorPJ Fanning <fanningpj@apache.org>
Wed, 8 Sep 2021 16:08:30 +0000 (16:08 +0000)
committerPJ Fanning <fanningpj@apache.org>
Wed, 8 Sep 2021 16:08:30 +0000 (16:08 +0000)
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

index ff113941c81104ec665634bd2699e6226cb20b2b..b231382b258004d0498558013112c2d861dd09cb 100644 (file)
@@ -310,7 +310,7 @@ public interface Workbook extends Closeable, Iterable<Sheet> {
     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.