summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_creator.h
diff options
context:
space:
mode:
authormdm@chromium.org <mdm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-14 17:18:56 +0000
committermdm@chromium.org <mdm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-14 17:18:56 +0000
commit7798871888c4b3b3e0385e4b56b2ace2dd9d9106 (patch)
treebc7d3da07fbdf2716eb36d50cf034b1d06fd8af3 /chrome/browser/extensions/extension_creator.h
parentf86ee477b9885180a2fbbe44122ac019312e452b (diff)
downloadchromium_src-7798871888c4b3b3e0385e4b56b2ace2dd9d9106.zip
chromium_src-7798871888c4b3b3e0385e4b56b2ace2dd9d9106.tar.gz
chromium_src-7798871888c4b3b3e0385e4b56b2ace2dd9d9106.tar.bz2
Fix several spelling mistakes, mostly in comments.
BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59385 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/extensions/extension_creator.h')
-rw-r--r--chrome/browser/extensions/extension_creator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/extensions/extension_creator.h b/chrome/browser/extensions/extension_creator.h
index 2423254..6235584 100644
--- a/chrome/browser/extensions/extension_creator.h
+++ b/chrome/browser/extensions/extension_creator.h
@@ -35,7 +35,7 @@ class ExtensionCreator {
std::string error_message() { return error_message_; }
private:
- // Verifies input directory's existance. |extension_dir| is the source
+ // Verifies input directory's existence. |extension_dir| is the source
// directory that should contain all the extension resources.
// |private_key_path| is the optional path to an existing private key to sign
// the extension. If not provided, a random key will be created (in which case