ElasticChangeIndex: Fix typo in exception message
Change-Id: I63eba78f9dae1756e24ffbe21737747b9a5e373c
This commit is contained in:
		| @@ -112,7 +112,7 @@ class ElasticChangeIndex extends AbstractElasticIndex<Change.Id, ChangeData> | ||||
|           mappingBuilder.addString(name); | ||||
|         } else { | ||||
|           throw new IllegalArgumentException( | ||||
|               "Unsupported filed type " + fieldType.getName()); | ||||
|               "Unsupported field type " + fieldType.getName()); | ||||
|         } | ||||
|       } | ||||
|       MappingProperties mapping = mappingBuilder.build(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 David Pursehouse
					David Pursehouse