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

Unified Diff: chrome/browser/tabs/tab_strip_model.cc

Issue 9904002: Fix some grammar in tab_strip_model.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/tabs/tab_strip_model.cc
diff --git a/chrome/browser/tabs/tab_strip_model.cc b/chrome/browser/tabs/tab_strip_model.cc
index beeb23269be27dd96843cfe572243bfd404957ba..8ece105621bb67851132da4aec44efb4d90088a1 100644
--- a/chrome/browser/tabs/tab_strip_model.cc
+++ b/chrome/browser/tabs/tab_strip_model.cc
@@ -562,7 +562,7 @@ void TabStripModel::SetTabPinned(int index, bool pinned) {
NOTREACHED();
return;
}
- // Changing the pinned state of an app tab doesn't effect it's mini-tab
+ // Changing the pinned state of an app tab doesn't affect its mini-tab
// status.
contents_data_[index]->pinned = pinned;
} else {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698