diff options
author | Rainer Klute <klute@apache.org> | 2002-12-27 11:21:52 +0000 |
---|---|---|
committer | Rainer Klute <klute@apache.org> | 2002-12-27 11:21:52 +0000 |
commit | 62314c7f9bc36245292d659cf0dc2e434a91f870 (patch) | |
tree | 187daae89f70f81953715c7979bdd8909fd6f47d | |
parent | db8d7b6e7dfad684f931a1e8282588d1a40e352b (diff) | |
download | poi-62314c7f9bc36245292d659cf0dc2e434a91f870.tar.gz poi-62314c7f9bc36245292d659cf0dc2e434a91f870.zip |
Typo fixed.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352969 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/documentation/xdocs/faq.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/documentation/xdocs/faq.xml b/src/documentation/xdocs/faq.xml index 767d96c153..fdfbbb4262 100644 --- a/src/documentation/xdocs/faq.xml +++ b/src/documentation/xdocs/faq.xml @@ -90,7 +90,7 @@ screen. The problem persists even though you have set the correct mime type. </p> <p> - The short answer is, dont depend on IE to display a binary file type properly if you stream it via a + The short answer is, don't depend on IE to display a binary file type properly if you stream it via a servlet. Every minor version of IE has different bugs on this issue. </p> <p> |