s/object/option/

This commit is contained in:
Michael Drake 2012-07-26 18:27:15 +01:00
parent 888d8eac4f
commit 4bd23e73ab
1 changed files with 1 additions and 1 deletions

View File

@ -365,7 +365,7 @@ nserror corestrings_init(void)
CSS_LWC_STRING_INTERN(noscript);
CSS_LWC_STRING_INTERN(object);
CSS_LWC_STRING_INTERN(optgroup);
CSS_LWC_STRING_INTERN(object);
CSS_LWC_STRING_INTERN(option);
CSS_LWC_STRING_INTERN(p);
CSS_LWC_STRING_INTERN(param);
CSS_LWC_STRING_INTERN(password);