diff options
Diffstat (limited to 'chrome/browser/autofill/form_field.h')
| -rw-r--r-- | chrome/browser/autofill/form_field.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/autofill/form_field.h b/chrome/browser/autofill/form_field.h index cf57350..38b2ec2 100644 --- a/chrome/browser/autofill/form_field.h +++ b/chrome/browser/autofill/form_field.h @@ -126,7 +126,7 @@ class FormField { // Checkout field name limitation. All ECML compliant web forms will be // recognized correctly as such however the restrictions on having exactly // ECML compliant names have been loosened to only require that field names - // be prefixed with an ECML compiant name in order to accommodate checkout. + // be prefixed with an ECML compliant name in order to accommodate checkout. // Additionally we allow the use of '.' as a word delimiter in addition to the // ECML standard '_' (see FormField::FormField for details). static string16 GetEcmlPattern(const char* ecml_name); |
