From 00220ebab0593fc9a4e4f0cbbf5632947a77799a Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Wed, 31 Oct 2012 20:35:11 +0100 Subject: [PATCH] Fix typo in changelog --- src/dist/changelog.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dist/changelog.txt b/src/dist/changelog.txt index 44a6f3378b..533b0dfd1f 100644 --- a/src/dist/changelog.txt +++ b/src/dist/changelog.txt @@ -43,7 +43,7 @@ Changes in version 3.2 RC1 (2012-11-02) * the Jackson message converters now include "application/*+json" in supported media types (SPR-7905) * DispatcherPortlet uses a forward for rendering a view as resource response (SPR-9876) * prevent duplicate @Import processing and ImportBeanDefinitionRegistrar invocation (SPR-9925) -* throw AopInvocationException on advise returning null for primitive type (SPR-4675) +* throw AopInvocationException on advice returning null for primitive type (SPR-4675) * resolve Collection element types during conversion (SPR-9257) * allow SpEL reserved words in type package names (SPR-9862) * provide alternative message code resolver styles (SPR-9707)