Fix the rest of the typo InMemoryRepository's name

This commit is contained in:
Andy Wilkinson 2014-10-08 15:13:25 +01:00
parent 02fef4295d
commit b85926e6f0

View File

@ -30,7 +30,7 @@ public class SampleWebUiApplication {
@Bean
public MessageRepository messageRepository() {
return new InMemoryMessageRespository();
return new InMemoryMessageRepository();
}
@Bean