summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_paths.h
diff options
context:
space:
mode:
authormihaip@chromium.org <mihaip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-04 17:17:26 +0000
committermihaip@chromium.org <mihaip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-10-04 17:17:26 +0000
commit23b0097ff440eb52cb951a628c1f9569ef3296ae (patch)
tree3b47acaaea7a676f100ae6025b216b3a5bfc0c28 /chrome/common/chrome_paths.h
parent97efb8e4233980eaa78be2b9e92e29602ab55c03 (diff)
downloadchromium_src-23b0097ff440eb52cb951a628c1f9569ef3296ae.zip
chromium_src-23b0097ff440eb52cb951a628c1f9569ef3296ae.tar.gz
chromium_src-23b0097ff440eb52cb951a628c1f9569ef3296ae.tar.bz2
Fix a couple of typos in external extensions code.
R=skerner@chromium.org Review URL: http://codereview.chromium.org/8118023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103930 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_paths.h')
-rw-r--r--chrome/common/chrome_paths.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_paths.h b/chrome/common/chrome_paths.h
index 2462bf6..5e7f4b7 100644
--- a/chrome/common/chrome_paths.h
+++ b/chrome/common/chrome_paths.h
@@ -59,7 +59,7 @@ enum {
DIR_EXTERNAL_EXTENSIONS, // Directory where installer places .crx files.
#if defined(OS_MACOSX)
- DIR_DEPRICATED_EXTERNAL_EXTENSIONS, // Former home of external extensions.
+ DIR_DEPRECATED_EXTERNAL_EXTENSIONS, // Former home of external extensions.
// We read from the old path for now,
// to give users time to migrate.
#endif