diff --git a/spring-boot/src/main/java/org/springframework/boot/SpringApplication.java b/spring-boot/src/main/java/org/springframework/boot/SpringApplication.java index 147239f69d..532b53b5ad 100644 --- a/spring-boot/src/main/java/org/springframework/boot/SpringApplication.java +++ b/spring-boot/src/main/java/org/springframework/boot/SpringApplication.java @@ -192,7 +192,7 @@ public class SpringApplication { private Set profiles = new HashSet(); /** - * Crate a new {@link SpringApplication} instance. The application context will load + * Create a new {@link SpringApplication} instance. The application context will load * beans from the specified sources (see {@link SpringApplication class-level} * documentation for details. The instance can be customized before calling * {@link #run(String...)}. @@ -205,7 +205,7 @@ public class SpringApplication { } /** - * Crate a new {@link SpringApplication} instance. The application context will load + * Create a new {@link SpringApplication} instance. The application context will load * beans from the specified sources (see {@link SpringApplication class-level} * documentation for details. The instance can be customized before calling * {@link #run(String...)}.