Fix typo in javadoc

This commit is contained in:
John Tims 2014-09-28 09:52:48 -04:00
parent d1c5c90ca9
commit bebbe92fef
1 changed files with 2 additions and 2 deletions

View File

@ -194,7 +194,7 @@ public class SpringApplication {
private Set<String> profiles = new HashSet<String>();
/**
* 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...)}.