Author: jbq
Date: Thu Sep 27 01:15:02 2007
New Revision: 579939

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

Modified:
    
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/lang/PropertyResolver.java

Modified: 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/lang/PropertyResolver.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/lang/PropertyResolver.java?rev=579939&r1=579938&r2=579939&view=diff
==============================================================================
--- 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/lang/PropertyResolver.java
 (original)
+++ 
wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/util/lang/PropertyResolver.java
 Thu Sep 27 01:15:02 2007
@@ -65,7 +65,7 @@
        private static final Logger log = 
LoggerFactory.getLogger(PropertyResolver.class);
 
        /**
-        * Looksup the value from the object with the given expression. If the 
expresion, the object
+        * Looks up the value from the object with the given expression. If the 
expresion, the object
         * itself or one property evalutes to null then a null will be returned.
         * 
         * @param expression
@@ -1284,4 +1284,4 @@
        {
                applicationToClassesToGetAndSetters.remove(application);
        }
-}
\ No newline at end of file
+}


Reply via email to