Index: chrome/browser/chromeos/login/view_screen.h |
diff --git a/chrome/browser/chromeos/login/view_screen.h b/chrome/browser/chromeos/login/view_screen.h |
index ac75ffb1e04e96bbc6528ae5d08843e84be2e07b..1beaf68e3ea620df32aaa41ef64fe8a69ab83958 100644 |
--- a/chrome/browser/chromeos/login/view_screen.h |
+++ b/chrome/browser/chromeos/login/view_screen.h |
@@ -145,7 +145,7 @@ void ViewScreen<V>::Hide() { |
if (view_) { |
delegate()->GetWizardView()->RemoveChildView(view_); |
// RemoveChildView doesn't delete the view and we also can't delete it here |
- // becuase we are in message processing for the view. |
+ // because we are in message processing for the view. |
MessageLoop::current()->DeleteSoon(FROM_HERE, view_); |
view_ = NULL; |
} |