| Index: third_party/WebKit/Source/core/html/shadow/DateTimeFieldElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/shadow/DateTimeFieldElement.cpp b/third_party/WebKit/Source/core/html/shadow/DateTimeFieldElement.cpp
|
| index d28e676d142d27d32fbfc3300653100034843c88..bebaa9f95c4e5c3efad4cee34a1311a399102420 100644
|
| --- a/third_party/WebKit/Source/core/html/shadow/DateTimeFieldElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/shadow/DateTimeFieldElement.cpp
|
| @@ -207,7 +207,7 @@ float DateTimeFieldElement::maximumWidth(const ComputedStyle&)
|
|
|
| void DateTimeFieldElement::setDisabled()
|
| {
|
| - // Set HTML attribute disabled to change apperance.
|
| + // Set HTML attribute disabled to change appearance.
|
| setBooleanAttribute(disabledAttr, true);
|
| setNeedsStyleRecalc(SubtreeStyleChange, StyleChangeReasonForTracing::createWithExtraData(StyleChangeReason::PseudoClass, StyleChangeExtraData::Disabled));
|
| }
|
|
|