Fixed typo in error message

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686776 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shalin Shekhar Mangar 2008-08-18 14:49:04 +00:00
parent d0bf6ee91f
commit 0ab15a39be
1 changed files with 1 additions and 1 deletions

View File

@ -59,5 +59,5 @@ public class DataImportHandlerException extends RuntimeException {
return errCode;
}
public static final String MSG = " Processing Documemt # ";
public static final String MSG = " Processing Document # ";
}