summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rw-r--r--base/base_paths_mac.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/base_paths_mac.mm b/base/base_paths_mac.mm
index 8c84fbf..965d9d3 100644
--- a/base/base_paths_mac.mm
+++ b/base/base_paths_mac.mm
@@ -32,7 +32,7 @@ bool PathProviderMac(int key, FilePath* result) {
PathService::Get(base::DIR_EXE, &path);
if (mac_util::AmIBundled()) {
// The bundled app executables (Chromium, TestShell, etc) live five
- // leves down, eg:
+ // levels down, eg:
// src/xcodebuild/{Debug|Release}/Chromium.app/Contents/MacOS/Chromium.
path = path.DirName();
path = path.DirName();