A small cleanup to the sync setup flow.
BUG=20339
TEST=none
Review URL: http://codereview.chromium.org/243065
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27794 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h
index 4eaa921..ea27ae2 100644
--- a/chrome/browser/sync/profile_sync_service.h
+++ b/chrome/browser/sync/profile_sync_service.h
@@ -77,7 +77,7 @@
START_FROM_OPTIONS = 3, // Sync was started from Wrench->Options.
// Events regarding cancelation of the signon process of sync.
- CANCEL_FROM_SIGNON_WIHTOUT_AUTH = 10, // Cancelled before submitting
+ CANCEL_FROM_SIGNON_WITHOUT_AUTH = 10, // Cancelled before submitting
// username and password.
CANCEL_DURING_SIGNON = 11, // Cancelled after auth.
CANCEL_DURING_SIGNON_AFTER_MERGE = 12, // Cancelled during merge.