Author: rgardler
Date: Mon Dec  4 11:55:34 2006
New Revision: 482324

URL: http://svn.apache.org/viewvc?view=rev&rev=482324
Log:
@typo

Modified:
    
forrest/trunk/whiteboard/forrest2/core/src/core/org/apache/forrest/core/locationMap/Location.java

Modified: 
forrest/trunk/whiteboard/forrest2/core/src/core/org/apache/forrest/core/locationMap/Location.java
URL: 
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest2/core/src/core/org/apache/forrest/core/locationMap/Location.java?view=diff&rev=482324&r1=482323&r2=482324
==============================================================================
--- 
forrest/trunk/whiteboard/forrest2/core/src/core/org/apache/forrest/core/locationMap/Location.java
 (original)
+++ 
forrest/trunk/whiteboard/forrest2/core/src/core/org/apache/forrest/core/locationMap/Location.java
 Mon Dec  4 11:55:34 2006
@@ -95,7 +95,7 @@
                                        "requestURIPattern cannot be null");
                if (uris == null || uris.size() == 0)
                        throw new IllegalArgumentException(
-                                       "There must be at least one postential 
source uri");
+                                       "There must be at least one potential 
source uri");
                this.setRequestPattern(pattern);
                this.setSourceURIs(uris);
                this.setRequired(isRequired);