From caa3ce3cd0c310185034ba25c0f8464909fa54cb Mon Sep 17 00:00:00 2001 From: Gunnar Mills Date: Wed, 8 Jul 2020 14:46:53 -0500 Subject: Codespell spelling fixes These spelling errors were found using https://github.com/codespell-project/codespell Tested: Built and ran against validator. Signed-off-by: Gunnar Mills Change-Id: I214fe102550295578cfdf0fc58305897d261ce55 --- include/openbmc_dbus_rest.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/openbmc_dbus_rest.hpp') diff --git a/include/openbmc_dbus_rest.hpp b/include/openbmc_dbus_rest.hpp index 456c768ab4..ea7dc951b2 100644 --- a/include/openbmc_dbus_rest.hpp +++ b/include/openbmc_dbus_rest.hpp @@ -2079,7 +2079,7 @@ void requestRoutes(Crow& app) .requires({"Login"}) .methods("GET"_method)( [](const crow::Request& req, crow::Response& res) { - res.jsonValue = {{"busses", {{{"name", "system"}}}}, + res.jsonValue = {{"buses", {{{"name", "system"}}}}, {"status", "ok"}}; res.end(); }); @@ -2253,7 +2253,7 @@ void requestRoutes(Crow& app) if (it->find(".") != std::string::npos) { break; - // This check is neccesary as the trailing slash gets + // This check is necessary as the trailing slash gets // parsed as part of our specifier above, which // causes the normal trailing backslash redirector to // fail. -- cgit v1.2.3