Fix a typo in a javadoc comment in MapperService.

Close #8575
This commit is contained in:
Andreas Kohn 2014-11-20 16:27:13 +01:00 committed by Adrien Grand
parent 80295458ad
commit 3205dce549
1 changed files with 1 additions and 1 deletions

View File

@ -818,7 +818,7 @@ public class MapperService extends AbstractIndexComponent {
}
/**
* Returns smart field mappers based on a smart name. A smart name is one that can optioannly be prefixed
* Returns smart field mappers based on a smart name. A smart name is one that can optionally be prefixed
* with a type (and then a '.'). If it is, then the {@link MapperService.SmartNameFieldMappers}
* will have the doc mapper set.
* <p/>