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

Unified Diff: base/mac/mac_util.mm

Issue 6873038: Fix some typos. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 8 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: base/mac/mac_util.mm
===================================================================
--- base/mac/mac_util.mm (revision 81917)
+++ base/mac/mac_util.mm (working copy)
@@ -17,7 +17,7 @@
namespace {
-// a count of currently outstanding requests for full screen mode from browser
+// A count of currently outstanding requests for full screen mode from browser
// windows, plugins, etc.
int g_full_screen_requests[kNumFullScreenModes] = { 0, 0, 0};
@@ -75,7 +75,7 @@
}
// Looks into Shared File Lists corresponding to Login Items for the item
-// representing the current application. If such an item is found, returns
+// representing the current application. If such an item is found, returns a
// retained reference to it. Caller is responsible for releasing the reference.
LSSharedFileListItemRef GetLoginItemForApp() {
ScopedCFTypeRef<LSSharedFileListRef> login_items(LSSharedFileListCreate(
@@ -276,7 +276,7 @@
bool success =
CSBackupSetItemExcluded((CFURLRef)url, exclude, true) == noErr;
if (!success)
- LOG(WARNING) << "Failed to set backup excluson for file '"
+ LOG(WARNING) << "Failed to set backup exclusion for file '"
<< file_path.value().c_str() << "'. Continuing.";
return success;
}
« 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