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

Unified Diff: ios/chrome/browser/sessions/session_service.mm

Issue 2652043006: Fix typos in comments "reciever" -> "receiver". (Closed)
Patch Set: Rebase. Created 3 years, 11 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 | « ios/chrome/browser/sessions/session_service.h ('k') | ios/chrome/browser/sessions/session_window.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/sessions/session_service.mm
diff --git a/ios/chrome/browser/sessions/session_service.mm b/ios/chrome/browser/sessions/session_service.mm
index 6aaf7d9ebb4b3437f4e0ddba679263d821101e51..806b528ea39b0e31a7e00caa464400a39bf22342 100644
--- a/ios/chrome/browser/sessions/session_service.mm
+++ b/ios/chrome/browser/sessions/session_service.mm
@@ -188,7 +188,7 @@ const NSTimeInterval kSaveDelay = 2.5; // Value taken from Desktop Chrome.
[NSObject cancelPreviousPerformRequestsWithTarget:self];
[self performSaveToDirectoryInBackground:stashPath];
} else if (!pendingSession) {
- // If there wasn't previously a delayed save pending for |stashPath}|,
+ // If there wasn't previously a delayed save pending for |stashPath|,
// enqueue one now.
[self performSelector:@selector(performSaveToDirectoryInBackground:)
withObject:stashPath
« no previous file with comments | « ios/chrome/browser/sessions/session_service.h ('k') | ios/chrome/browser/sessions/session_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698