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:
Rainer Klute 2004-08-31 16:56:46 +00:00
parent 7d6a1faa18
commit cdf6826011
1 changed files with 1 additions and 1 deletions

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;