Skip to content

Commit 8bb19f0

Browse files
committed
Fix typos in Javadoc
1 parent 3416e05 commit 8bb19f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

spring-beans/src/main/java/org/springframework/beans/factory/xml/BeanDefinitionParserDelegate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ protected void checkNameUniqueness(String beanName, List<String> aliases, Elemen
534534

535535
/**
536536
* Parse the bean definition itself, without regard to name or aliases. May return
537-
* <code>null</code> if problems occured during the parse of the bean definition.
537+
* <code>null</code> if problems occurred during the parsing of the bean definition.
538538
*/
539539
public AbstractBeanDefinition parseBeanDefinitionElement(
540540
Element ele, String beanName, BeanDefinition containingBean) {

spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/DefaultServletHandlerConfigurer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
/**
3232
* Configures a request handler for serving static resources by forwarding the request to the Servlet container's
33-
* "default" Servlet. This is indended to be used when the Spring MVC {@link DispatcherServlet} is mapped to "/"
33+
* "default" Servlet. This is intended to be used when the Spring MVC {@link DispatcherServlet} is mapped to "/"
3434
* thus overriding the Servlet container's default handling of static resources. Since this handler is configured
3535
* at the lowest precedence, effectively it allows all other handler mappings to handle the request, and if none
3636
* of them do, this handler can forward it to the "default" Servlet.

0 commit comments

Comments
 (0)