fixing typo

This commit is contained in:
Peter Thaleikis 2016-01-06 00:33:22 +13:00
parent a9efe4d253
commit 45dc510da7

View File

@ -245,7 +245,7 @@ class DateField extends TextField {
$this->valueObj = null;
}
} else {
// Setting in corect locale.
// Setting in correct locale.
// Caution: Its important to have this check *before* the ISO date fallback,
// as some dates are falsely detected as ISO by isDate(), e.g. '03/04/03'
// (en_NZ for 3rd of April, definetly not yyyy-MM-dd)