| Index: chrome/browser/history/expire_history_backend.h
|
| diff --git a/chrome/browser/history/expire_history_backend.h b/chrome/browser/history/expire_history_backend.h
|
| index 123b51501df77588d01beb6e8c56b9eaad4896e1..c971e91917606da634ac36e000b2e4bac471e85a 100644
|
| --- a/chrome/browser/history/expire_history_backend.h
|
| +++ b/chrome/browser/history/expire_history_backend.h
|
| @@ -168,7 +168,7 @@ class ExpireHistoryBackend {
|
| void DeleteURLs(const std::vector<URLRow>& urls,
|
| DeleteDependencies* dependencies);
|
|
|
| - // Expiration involves removing visits, then propogating the visits out from
|
| + // Expiration involves removing visits, then propagating the visits out from
|
| // there and delete any orphaned URLs. These will be added to the deleted URLs
|
| // field of the dependencies and DeleteOneURL will handle deleting out from
|
| // there. This function does not handle favicons.
|
|
|