summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--http/http_connection.hpp2
-rw-r--r--http/routing.hpp2
-rw-r--r--redfish-core/lib/systems.hpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/http/http_connection.hpp b/http/http_connection.hpp
index fdbecd1f2e..fe015f9341 100644
--- a/http/http_connection.hpp
+++ b/http/http_connection.hpp
@@ -424,7 +424,7 @@ class Connection :
{
if (!parser)
{
- BMCWEB_LOG_CRITICAL("Paser was null");
+ BMCWEB_LOG_CRITICAL("Parser was null");
return false;
}
const boost::optional<uint64_t> contentLength =
diff --git a/http/routing.hpp b/http/routing.hpp
index 4dd31321d5..5205a5b229 100644
--- a/http/routing.hpp
+++ b/http/routing.hpp
@@ -272,7 +272,7 @@ class Trie
continue;
}
- BMCWEB_LOG_CRITICAL("Cant find tag for {}", urlIn);
+ BMCWEB_LOG_CRITICAL("Can't find tag for {}", urlIn);
return;
}
std::string piece(&c, 1);
diff --git a/redfish-core/lib/systems.hpp b/redfish-core/lib/systems.hpp
index 2687ecf9f9..59621cf4f7 100644
--- a/redfish-core/lib/systems.hpp
+++ b/redfish-core/lib/systems.hpp
@@ -3289,7 +3289,7 @@ inline void handleSystemCollectionResetActionHead(
* @param[in] dbusAllowedHostTran The allowed host transition on dbus
* @param[out] allowableValues The translated host transition(s)
*
- * @return Emplaces correpsonding Redfish translated value(s) in
+ * @return Emplaces corresponding Redfish translated value(s) in
* allowableValues. If translation not possible, does nothing to
* allowableValues.
*/