From bebbe92fefb3ccf7c243e56df8407d57b9051822 Mon Sep 17 00:00:00 2001 From: John Tims Date: Sun, 28 Sep 2014 09:52:48 -0400 Subject: [PATCH] Fix typo in javadoc --- .../main/java/org/springframework/boot/SpringApplication.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 7dac65f707..908e323aa5 100644 --- a/spring-boot/src/main/java/org/springframework/boot/SpringApplication.java +++ b/spring-boot/src/main/java/org/springframework/boot/SpringApplication.java @@ -194,7 +194,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...)}. @@ -207,7 +207,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...)}.