mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
fix spelling
This commit is contained in:
parent
c53f9694d1
commit
3ddbc6469a
@ -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 + "]");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user