diff options
author | nick@chromium.org <nick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-09 23:03:20 +0000 |
---|---|---|
committer | nick@chromium.org <nick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-09 23:03:20 +0000 |
commit | 494499a46994ac498b8370e875fc1e28988f88c7 (patch) | |
tree | 671815fb66e89a7c4dd8cec6d49d265dfda5e19e /chrome/browser/sync/profile_sync_service.h | |
parent | e196ef7be9c7f849fdb45da40787a1e7084c9467 (diff) | |
download | chromium_src-494499a46994ac498b8370e875fc1e28988f88c7.zip chromium_src-494499a46994ac498b8370e875fc1e28988f88c7.tar.gz chromium_src-494499a46994ac498b8370e875fc1e28988f88c7.tar.bz2 |
Fix a few spelling mistakes.
Review URL: http://codereview.chromium.org/355046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31498 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sync/profile_sync_service.h')
-rw-r--r-- | chrome/browser/sync/profile_sync_service.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h index 8976703f..23ad03e 100644 --- a/chrome/browser/sync/profile_sync_service.h +++ b/chrome/browser/sync/profile_sync_service.h @@ -263,7 +263,7 @@ class ProfileSyncService : public NotificationObserver, // This specifies where to find the sync server. GURL sync_service_url_; - // Model assocation manager instance. + // Model association manager instance. scoped_refptr<browser_sync::ModelAssociator> model_associator_; // The last time we detected a successful transition from SYNCING state. |