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

Unified Diff: sync/engine/conflict_resolver.cc

Issue 9896003: Fix some grammar in sync/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Resovling --> Resolving Created 8 years, 9 months 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
« no previous file with comments | « no previous file | sync/engine/get_commit_ids_command.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/conflict_resolver.cc
diff --git a/sync/engine/conflict_resolver.cc b/sync/engine/conflict_resolver.cc
index 17f76a4723e29b3ff14dd30d9a09b79031d1d275..d31098ffb9b47da8faaf69cabe0e6973d3a908c2 100644
--- a/sync/engine/conflict_resolver.cc
+++ b/sync/engine/conflict_resolver.cc
@@ -157,7 +157,7 @@ ConflictResolver::ProcessSimpleConflict(WriteTransaction* trans,
// with local/server wins.
//
// In general, when there are chains of positional conflicts, only the first
- // item in chain (based on the clients point of view) will have both it's
+ // item in chain (based on the clients point of view) will have both its
// server prev id and local prev id match. For all the rest the server prev
// id will be the predecessor of the first item in the chain, and therefore
// not match the local prev id.
@@ -246,9 +246,9 @@ ConflictResolver::ProcessSimpleConflict(WriteTransaction* trans,
server_nigori->set_sync_tabs(true);
}
// We deliberately leave the server's device information. This client will
- // add it's own device information on restart.
+ // add its own device information on restart.
entry.Put(syncable::SPECIFICS, specifics);
- DVLOG(1) << "Resovling simple conflict, merging nigori nodes: " << entry;
+ DVLOG(1) << "Resolving simple conflict, merging nigori nodes: " << entry;
status->increment_num_server_overwrites();
OverwriteServerChanges(trans, &entry);
UMA_HISTOGRAM_ENUMERATION("Sync.ResolveSimpleConflict",
« no previous file with comments | « no previous file | sync/engine/get_commit_ids_command.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698