Fix typo.

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

View File

@@ -52,7 +52,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
*/