Fix typo `DBusInteracesMap` -> `DBusInterfacesMap`
Change-Id: I9a851076eccee9d79ad7bb036e58b717e06ad5d1
Signed-off-by: Michael Shen <gpgpgp@google.com>
diff --git a/include/image_upload.hpp b/include/image_upload.hpp
index 2e3e689..f5c8110 100644
--- a/include/image_upload.hpp
+++ b/include/image_upload.hpp
@@ -64,7 +64,7 @@
BMCWEB_LOG_DEBUG("Match fired");
sdbusplus::message::object_path path;
- dbus::utility::DBusInteracesMap interfaces;
+ dbus::utility::DBusInterfacesMap interfaces;
m.read(path, interfaces);
if (std::ranges::find_if(interfaces, [](const auto& i) {