VOL-3448: Introduce returning error for GetHWComponentInfo , GetMetric , GetSoftwareVersion APIs

Change-Id: Ia592bcc642ad5aa3b3891b8bdd1f9cf21bd51da2
diff --git a/protos/dmi/hw_events_mgmt_service.proto b/protos/dmi/hw_events_mgmt_service.proto
index 84defe2..2a53e3e 100644
--- a/protos/dmi/hw_events_mgmt_service.proto
+++ b/protos/dmi/hw_events_mgmt_service.proto
@@ -148,7 +148,7 @@
     rpc ListEvents(HardwareID) returns(ListEventsResponse);

 

     // Updates the configuration of the list of events in the request

-    // The default behaviour of the device is to report all the supported events

+    // The default behavior of the device is to report all the supported events

     // This configuration is persisted across reboots of the device or the device manager

     rpc UpdateEventsConfiguration(EventsConfigurationRequest) returns(EventsConfigurationResponse);

 }