Author: jbq
Date: Mon Sep 10 12:58:10 2007
New Revision: 574351
URL: http://svn.apache.org/viewvc?rev=574351&view=rev
Log:
Fix typo
Modified:
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/PackageResourceGuard.java
Modified:
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/PackageResourceGuard.java
URL:
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/PackageResourceGuard.java?rev=574351&r1=574350&r2=574351&view=diff
==============================================================================
---
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/PackageResourceGuard.java
(original)
+++
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/PackageResourceGuard.java
Mon Sep 10 12:58:10 2007
@@ -57,7 +57,7 @@
* Whether the provided absolute path is accepted.
*
* @param path
- * The absolute path, starting from the class root (packages
are seperated with
+ * The absolute path, starting from the class root (packages
are separated with
* forward slashes instead of dots).
* @return True if accepted, false otherwise.
*/
@@ -86,7 +86,7 @@
* Whether the provided extension is accepted.
*
* @param extension
- * The extension, starting from the class root (packages are
seperated with forward
+ * The extension, starting from the class root (packages are
separated with forward
* slashes instead of dots).
* @return True if accepted, false otherwise.
*/