diff options
Diffstat (limited to 'chrome/common/extensions/command.cc')
-rw-r--r-- | chrome/common/extensions/command.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/command.cc b/chrome/common/extensions/command.cc index e9d58148..8751a57 100644 --- a/chrome/common/extensions/command.cc +++ b/chrome/common/extensions/command.cc @@ -151,7 +151,7 @@ bool Command::Parse(DictionaryValue* command, std::string suggested_key_string; if (command->GetString(keys::kSuggestedKey, &suggested_key_string) && !suggested_key_string.empty()) { - // If only a signle string is provided, it must be default for all. + // If only a single string is provided, it must be default for all. suggestions["default"] = suggested_key_string; } else { *error = ExtensionErrorUtils::FormatErrorMessageUTF16( |