summaryrefslogtreecommitdiffstats
path: root/sync/syncable
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2015-11-23 12:18:11 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-23 20:19:14 +0000
commit259626c7ca1971bca226343df8d88c2b44530158 (patch)
tree1db5105ff09e66497ef918cd024b8a87bab690bf /sync/syncable
parent7367b626db3f63c3a8dd6720ffc7e4eeac180d38 (diff)
downloadchromium_src-259626c7ca1971bca226343df8d88c2b44530158.zip
chromium_src-259626c7ca1971bca226343df8d88c2b44530158.tar.gz
chromium_src-259626c7ca1971bca226343df8d88c2b44530158.tar.bz2
Cleanup: Correctly spell success(ful).
TBR=brettw@chromium.org NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1469783002 Cr-Commit-Position: refs/heads/master@{#361166}
Diffstat (limited to 'sync/syncable')
-rw-r--r--sync/syncable/directory.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync/syncable/directory.cc b/sync/syncable/directory.cc
index afac3be..a999bf6 100644
--- a/sync/syncable/directory.cc
+++ b/sync/syncable/directory.cc
@@ -1324,7 +1324,7 @@ bool Directory::CheckTreeInvariants(syncable::BaseTransaction* trans,
}
// If the next check failed, it would imply that an item exists
// on the server, isn't waiting for application locally, but either
- // is an unsynced create or a sucessful delete in the local copy.
+ // is an unsynced create or a successful delete in the local copy.
// Either way, that's a mismatch.
if (!SyncAssert(0 == server_version, FROM_HERE,
"Server version should be zero.",