Fix typo `DBusInteracesMap` -> `DBusInterfacesMap`
Change-Id: I9a851076eccee9d79ad7bb036e58b717e06ad5d1
Signed-off-by: Michael Shen <gpgpgp@google.com>
diff --git a/redfish-core/lib/processor.hpp b/redfish-core/lib/processor.hpp
index e09a125..78f25d4 100644
--- a/redfish-core/lib/processor.hpp
+++ b/redfish-core/lib/processor.hpp
@@ -78,7 +78,7 @@
inline void getCpuDataByInterface(
const std::shared_ptr<bmcweb::AsyncResp>& asyncResp,
- const dbus::utility::DBusInteracesMap& cpuInterfacesProperties)
+ const dbus::utility::DBusInterfacesMap& cpuInterfacesProperties)
{
BMCWEB_LOG_DEBUG("Get CPU resources by interface.");