fixing typos in comments and tests

This commit is contained in:
Mark Fisher
2010-11-22 18:28:02 -05:00
parent 4ded81bd1c
commit d0f1fdde10
8 changed files with 16 additions and 16 deletions

View File

@@ -470,7 +470,7 @@ public class MessagingTemplateTests {
}
@Test
public void recieveAndConvertFromDefaultChannel() {
public void receiveAndConvertFromDefaultChannel() {
QueueChannel channel = new QueueChannel();
channel.send(new GenericMessage<String>("test"));
MessagingTemplate template = new MessagingTemplate();