You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jm...@apache.org on 2012/04/09 08:27:58 UTC

svn commit: r1311138 - /incubator/flex/branches/patches/projects/apache/src/org/apache/flex/validators/PostCodeValidator.as

Author: jmclean
Date: Mon Apr  9 06:27:58 2012
New Revision: 1311138

URL: http://svn.apache.org/viewvc?rev=1311138&view=rev
Log:
Fixed spelling errors in comments

Modified:
    incubator/flex/branches/patches/projects/apache/src/org/apache/flex/validators/PostCodeValidator.as

Modified: incubator/flex/branches/patches/projects/apache/src/org/apache/flex/validators/PostCodeValidator.as
URL: http://svn.apache.org/viewvc/incubator/flex/branches/patches/projects/apache/src/org/apache/flex/validators/PostCodeValidator.as?rev=1311138&r1=1311137&r2=1311138&view=diff
==============================================================================
--- incubator/flex/branches/patches/projects/apache/src/org/apache/flex/validators/PostCodeValidator.as (original)
+++ incubator/flex/branches/patches/projects/apache/src/org/apache/flex/validators/PostCodeValidator.as Mon Apr  9 06:27:58 2012
@@ -885,9 +885,9 @@ public class PostCodeValidator extends V
     /**
      *  Sets the suggested postcode formats for a given <code>locale</code>.
      *
-     *  <p>If no locale is suplied the default locale is used.</p>
+     *  <p>If no locale is supplied the default locale is used.</p>
      *
-     *  <p>Currenly only a limited set of locales are supported.</p>
+     *  <p>Currently only a limited set of locales are supported.</p>
      *
      *  @param locale Locale to obtain formats for.
 	 *  @param changeError If true change error message to match local.
@@ -965,9 +965,9 @@ public class PostCodeValidator extends V
     /**
      *  Sets the suggested country code for for a given <code>locale</code>.
      *
-     *  <p>If no locale is suplied the default locale is used.</p>
+     *  <p>If no locale is supplied the default locale is used.</p>
      *
-     *  <p>Currenly only a limited set of locales are supported.</p>
+     *  <p>Currently only a limited set of locales are supported.</p>
      *
      *  @param Locale Locale to obtain country code for.
      *