Author: seade Date: Tue May 15 19:01:32 2007 New Revision: 538406 URL: http://svn.apache.org/viewvc?view=rev&rev=538406 Log: Typos.
Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/services/intake/model/Field.java jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/services/intake/model/IntegerField.java Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/services/intake/model/Field.java URL: http://svn.apache.org/viewvc/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/services/intake/model/Field.java?view=diff&rev=538406&r1=538405&r2=538406 ============================================================================== --- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/services/intake/model/Field.java (original) +++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/services/intake/model/Field.java Tue May 15 19:01:32 2007 @@ -942,9 +942,9 @@ { log.debug(name + ": has a null setter for the mapToProperty" + " Attribute, although all Fields should be mapped" - + " to " + mapToObject + ". If this is unwanted, You" - + " should doublecheck the mapToProperty Attribute, and" - + " consult the logs. The Turbine Intake Serice will" + + " to " + mapToObject + ". If this is unwanted, you" + + " should double check the mapToProperty Attribute, and" + + " consult the logs. The Turbine Intake Service will" + " have logged a detailed Message with the error."); } } Modified: jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/services/intake/model/IntegerField.java URL: http://svn.apache.org/viewvc/jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/services/intake/model/IntegerField.java?view=diff&rev=538406&r1=538405&r2=538406 ============================================================================== --- jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/services/intake/model/IntegerField.java (original) +++ jakarta/turbine/core/branches/TURBINE_2_3_BRANCH/src/java/org/apache/turbine/services/intake/model/IntegerField.java Tue May 15 19:01:32 2007 @@ -71,7 +71,7 @@ * Set the empty Value. This value is used if Intake * maps a field to a parameter returned by the user and * the corresponding field is either empty (empty string) - * or non-existant. + * or non-existent. * * @param prop The value to use if the field is empty. */ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]