diff options
author | mihaip@chromium.org <mihaip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-04 17:17:26 +0000 |
---|---|---|
committer | mihaip@chromium.org <mihaip@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-04 17:17:26 +0000 |
commit | 23b0097ff440eb52cb951a628c1f9569ef3296ae (patch) | |
tree | 3b47acaaea7a676f100ae6025b216b3a5bfc0c28 /chrome/common/chrome_paths.h | |
parent | 97efb8e4233980eaa78be2b9e92e29602ab55c03 (diff) | |
download | chromium_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.h | 2 |
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 |