From 44aa8849354f9141da21b1f8630b14c80b07ef79 Mon Sep 17 00:00:00 2001 From: Ben Hale Date: Thu, 16 Aug 2007 13:25:34 +0000 Subject: [PATCH] Polishing --- .../support/RequestPathFlowExecutorArgumentHandler.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-webflow/src/main/java/org/springframework/webflow/executor/support/RequestPathFlowExecutorArgumentHandler.java b/spring-webflow/src/main/java/org/springframework/webflow/executor/support/RequestPathFlowExecutorArgumentHandler.java index 0ffb7ddb..7f89ea47 100644 --- a/spring-webflow/src/main/java/org/springframework/webflow/executor/support/RequestPathFlowExecutorArgumentHandler.java +++ b/spring-webflow/src/main/java/org/springframework/webflow/executor/support/RequestPathFlowExecutorArgumentHandler.java @@ -50,7 +50,7 @@ import org.springframework.webflow.execution.support.FlowDefinitionRedirect; public class RequestPathFlowExecutorArgumentHandler extends RequestParameterFlowExecutorArgumentHandler { /** - * URL path seperator ("/"). + * URL path separator ("/"). */ private static final char PATH_SEPARATOR_CHARACTER = '/';