Fix typo.

Fix typo.
This commit is contained in:
Maciej Walkowiak
2022-07-20 00:04:29 +02:00
committed by Oleg Zhurakousky
parent 4ace646482
commit f51279be48
2 changed files with 3 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ import org.springframework.messaging.converter.CompositeMessageConverter;
import org.springframework.util.StringUtils;
/**
* Implementation of {@link FunctionRegistry} capable of discovering functioins in {@link BeanFactory}.
* Implementation of {@link FunctionRegistry} capable of discovering functions in {@link BeanFactory}.
*
* @author Oleg Zhurakousky
*/