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

@@ -180,7 +180,7 @@ public abstract class AbstractReplyProducingMessageHandler extends AbstractMessa
}
else {
throw new MessageDeliveryException(message,
"a non-null reply channel value of type MesssageChannel or String is required");
"a non-null reply channel value of type MessageChannel or String is required");
}
}