| Index: chrome/browser/views/generic_info_view.cc
|
| ===================================================================
|
| --- chrome/browser/views/generic_info_view.cc (revision 42974)
|
| +++ chrome/browser/views/generic_info_view.cc (working copy)
|
| @@ -98,7 +98,7 @@
|
| // Color these borderless text areas the same as the containing dialog.
|
| SkColor text_area_background = color_utils::GetSysSkColor(COLOR_3DFACE);
|
|
|
| - // Init them now that they're in the view heirarchy.
|
| + // Init them now that they're in the view hierarchy.
|
| value->SetReadOnly(true);
|
| value->RemoveBorder();
|
| value->SetBackgroundColor(text_area_background);
|
|
|