Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(519)

Unified Diff: sync/syncable/directory.cc

Issue 1469783002: Cleanup: Correctly spell success(ful). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl format media Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: sync/syncable/directory.cc
diff --git a/sync/syncable/directory.cc b/sync/syncable/directory.cc
index afac3bee5f02d6a8c2f14d0a97a7c9e1f8d26b69..a999bf6b0867a3e62ed8d1711a42f99e7d2160fb 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.",
« no previous file with comments | « sync/engine/sync_scheduler_unittest.cc ('k') | third_party/WebKit/LayoutTests/fast/canvas/painting-on-bad-canvas.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698