fix spelling

This commit is contained in:
Shay Banon 2011-12-16 17:01:02 +02:00
parent c53f9694d1
commit 3ddbc6469a
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ public class TypeParsers {
} else if ("full".equals(path)) {
return ContentPath.Type.FULL;
} else {
throw new MapperParsingException("Wrong value for pathType [" + path + "] for objet [" + name + "]");
throw new MapperParsingException("Wrong value for pathType [" + path + "] for object [" + name + "]");
}
}