From 77bf3ad90ee2a96f1601dff922fa047bdc364a40 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 (Cherry picked from commit bebbe92) Fixes gh-1633 --- .../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 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...)}.