mirror of https://github.com/apache/poi.git
Typo fixed.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353591 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
56ca4d92ef
commit
5af32a61ae
|
@ -193,7 +193,7 @@ public class CopyCompare
|
||||||
}
|
}
|
||||||
catch (FileNotFoundException ex)
|
catch (FileNotFoundException ex)
|
||||||
{
|
{
|
||||||
msg.append("Document \"" + e1 + "\" exitsts, document \"" +
|
msg.append("Document \"" + e1 + "\" exists, document \"" +
|
||||||
e2 + "\" does not.\n");
|
e2 + "\" does not.\n");
|
||||||
equal = false;
|
equal = false;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue