| 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.",
|
|
|