summaryrefslogtreecommitdiff
path: root/redfish-core/lib/sensors.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core/lib/sensors.hpp')
-rw-r--r--redfish-core/lib/sensors.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/redfish-core/lib/sensors.hpp b/redfish-core/lib/sensors.hpp
index 76a8bdd0c6..f1cf96c4aa 100644
--- a/redfish-core/lib/sensors.hpp
+++ b/redfish-core/lib/sensors.hpp
@@ -971,7 +971,7 @@ inline void objectPropertiesToJson(
inline void objectInterfacesToJson(
const std::string& sensorName, const std::string& sensorType,
const std::string& chassisSubNode,
- const dbus::utility::DBusInteracesMap& interfacesDict,
+ const dbus::utility::DBusInterfacesMap& interfacesDict,
nlohmann::json& sensorJson, InventoryItem* inventoryItem)
{
for (const auto& [interface, valuesDict] : interfacesDict)
@@ -1304,7 +1304,7 @@ inline void addInventoryItem(
*/
inline void storeInventoryItemData(
InventoryItem& inventoryItem,
- const dbus::utility::DBusInteracesMap& interfacesDict)
+ const dbus::utility::DBusInterfacesMap& interfacesDict)
{
// Get properties from Inventory.Item interface