Index: chrome/browser/extensions/extension_settings_storage.h |
diff --git a/chrome/browser/extensions/extension_settings_storage.h b/chrome/browser/extensions/extension_settings_storage.h |
index 5918ab293bac4bfd209fb99370b15d6d914fe4f7..1a5311fedf500d3f59153f0bd28ffa871baee893 100644 |
--- a/chrome/browser/extensions/extension_settings_storage.h |
+++ b/chrome/browser/extensions/extension_settings_storage.h |
@@ -35,7 +35,7 @@ class ExtensionSettingsStorage { |
// The dictionary result of the computation. NULL does not imply invalid; |
// HasError() should be used to test this. |
- // Wwnership remains with with the Result. |
+ // Ownership remains with with the Result. |
DictionaryValue* GetSettings() const; |
// Whether there was an error in the computation. If so, the results of |