From eaa0dc4fcebfbd1eb0b15fc2e88fcf8f26a54010 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Mon, 3 Aug 2009 16:30:26 +0000 Subject: [PATCH] typo --- .../security/config/method/ProtectPointcutPostProcessor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/src/main/java/org/springframework/security/config/method/ProtectPointcutPostProcessor.java b/config/src/main/java/org/springframework/security/config/method/ProtectPointcutPostProcessor.java index ef8db51f3e..03c81ec9b2 100644 --- a/config/src/main/java/org/springframework/security/config/method/ProtectPointcutPostProcessor.java +++ b/config/src/main/java/org/springframework/security/config/method/ProtectPointcutPostProcessor.java @@ -43,7 +43,7 @@ import org.springframework.util.StringUtils; * expression evaluation. * * @author Ben Alex - * @verion $Id$ + * @version $Id$ * @since 2.0 * */