From: Yegor Kozlov Date: Thu, 9 Jun 2011 12:22:39 +0000 (+0000) Subject: fixed a typo X-Git-Tag: REL_3_8_BETA4~393 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=faf7437a1e22054bfbebf84caff2c4c8d538c484;p=poi.git fixed a typo git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1133821 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/content/xdocs/spreadsheet/how-to.xml b/src/documentation/content/xdocs/spreadsheet/how-to.xml index d1957a957d..59d392d592 100644 --- a/src/documentation/content/xdocs/spreadsheet/how-to.xml +++ b/src/documentation/content/xdocs/spreadsheet/how-to.xml @@ -658,6 +658,7 @@ public class ExampleEventUserModel { -

The next example turns off auto-flashing (windowSize=-1) and the code manually controls how portions of data are written to disk

+

The next example turns off auto-flushing (windowSize=-1) and the code manually controls how portions of data are written to disk