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

Unified Diff: chrome/browser/sync/glue/autofill_model_associator.cc

Issue 6715024: fix spelling of comments (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
Index: chrome/browser/sync/glue/autofill_model_associator.cc
diff --git a/chrome/browser/sync/glue/autofill_model_associator.cc b/chrome/browser/sync/glue/autofill_model_associator.cc
index 134fea43c497f49f8e060c9f9a28384c51846915..b2058a109a2c5ffe4e12a7c1e1f127ed0a19cfcb 100644
--- a/chrome/browser/sync/glue/autofill_model_associator.cc
+++ b/chrome/browser/sync/glue/autofill_model_associator.cc
@@ -178,7 +178,7 @@ bool AutofillModelAssociator::AssociateModels() {
// the autofill database after closing the write transaction, since
// this is the only thread that writes to the database. We also don't have
// to worry about the sync model getting out of sync, because changes are
- // propogated to the ChangeProcessor on this thread.
+ // propagated to the ChangeProcessor on this thread.
if (!SaveChangesToWebData(bundle)) {
LOG(ERROR) << "Failed to update autofill entries.";
return false;
« no previous file with comments | « chrome/browser/renderer_host/browser_render_process_host.cc ('k') | chrome/browser/sync/glue/typed_url_model_associator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698