Index: chrome/browser/component_updater/component_updater_service.h |
diff --git a/chrome/browser/component_updater/component_updater_service.h b/chrome/browser/component_updater/component_updater_service.h |
index 977e4ff037586b53ccca7c82288b6fb5c8a4fd7c..513e28dfa1252e5f88bef38296de7729bd4e010c 100644 |
--- a/chrome/browser/component_updater/component_updater_service.h |
+++ b/chrome/browser/component_updater/component_updater_service.h |
@@ -27,7 +27,7 @@ class ComponentInstaller { |
public : |
// Called by the component updater on the UI thread when there was a |
// problem unpacking or verifying the component. |error| is a non-zero |
- // value which is only meaninful to the component updater. |
+ // value which is only meaningful to the component updater. |
virtual void OnUpdateError(int error) = 0; |
// Called by the component updater when a component has been unpacked |