Browse Source

Typo fixed.


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353591 13f79535-47bb-0310-9956-ffa450edef68
tags/BEFORE_RICHTEXT
Rainer Klute 20 years ago
parent
commit
5af32a61ae
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/examples/src/org/apache/poi/hpsf/examples/CopyCompare.java

+ 1
- 1
src/examples/src/org/apache/poi/hpsf/examples/CopyCompare.java View File

@@ -193,7 +193,7 @@ public class CopyCompare
}
catch (FileNotFoundException ex)
{
msg.append("Document \"" + e1 + "\" exitsts, document \"" +
msg.append("Document \"" + e1 + "\" exists, document \"" +
e2 + "\" does not.\n");
equal = false;
break;

Loading…
Cancel
Save