summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2020-07-08 21:43:15 +0300
committerGunnar Mills <gmills@us.ibm.com>2020-07-10 19:47:50 +0300
commit786d0f609314bf109ba3f1835950405d0d2e918c (patch)
tree6046d6110f7d05d8250ce4a71cad283ceb852178
parent6be0e4049854798b096b7bf244fa0a3d2076e5d2 (diff)
downloadbmcweb-786d0f609314bf109ba3f1835950405d0d2e918c.tar.xz
Spelling: 's/Traslates/Translates/g'
Tested: Top commit (along with this) was built and ran against validator. Signed-off-by: Gunnar Mills <gmills@us.ibm.com> Change-Id: I1ae238769e7907b44cce8eae0ab5fe4d6faf88f6
-rw-r--r--redfish-core/lib/systems.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/redfish-core/lib/systems.hpp b/redfish-core/lib/systems.hpp
index 983714fd6e..e9e52805f0 100644
--- a/redfish-core/lib/systems.hpp
+++ b/redfish-core/lib/systems.hpp
@@ -638,7 +638,7 @@ void getHostState(std::shared_ptr<AsyncResp> aResp)
}
/**
- * @brief Traslates boot source DBUS property value to redfish.
+ * @brief Translates boot source DBUS property value to redfish.
*
* @param[in] dbusSource The boot source in DBUS speak.
*
@@ -678,7 +678,7 @@ static std::string dbusToRfBootSource(const std::string& dbusSource)
}
/**
- * @brief Traslates boot mode DBUS property value to redfish.
+ * @brief Translates boot mode DBUS property value to redfish.
*
* @param[in] dbusMode The boot mode in DBUS speak.
*
@@ -706,7 +706,7 @@ static std::string dbusToRfBootMode(const std::string& dbusMode)
}
/**
- * @brief Traslates boot source from Redfish to the DBus boot paths.
+ * @brief Translates boot source from Redfish to the DBus boot paths.
*
* @param[in] rfSource The boot source in Redfish.
* @param[out] bootSource The DBus source