Index: chrome/browser/cocoa/preferences_window_controller.mm |
=================================================================== |
--- chrome/browser/cocoa/preferences_window_controller.mm (revision 42974) |
+++ chrome/browser/cocoa/preferences_window_controller.mm (working copy) |
@@ -58,7 +58,7 @@ |
return URLFixerUpper::FixupURL(chrome::kChromeUINewTabURL, std::string()); |
} |
-// Helper to remove all but the last view from the view heirarchy. |
+// Helper to remove all but the last view from the view hierarchy. |
void RemoveAllButLastView(NSArray* views) { |
NSArray* toRemove = [views subarrayWithRange:NSMakeRange(0, [views count]-1)]; |
for (NSView* view in toRemove) { |