commit | 4e0453b11cf4780b06c73643ce31e6bc1809b7cf | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Wed Jul 08 14:00:30 2020 -0500 |
committer | Gunnar Mills <gmills@us.ibm.com> | Fri Jul 10 16:48:05 2020 +0000 |
tree | d8068462a6aae98917036b7084a561a9ac3658fa | |
parent | 222f2b7fcaa351f7c5ef7d7d790aace6a3e59d48 [diff] [blame] |
Codespell redfish-core spelling fixes These spelling errors were found using https://github.com/codespell-project/codespell Tested: Top commit (along with this) was built and ran against validator. Change-Id: Ic9dce27b1de8567eedf7753164ef564d3aedf8ca Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/redfish-core/lib/managers.hpp b/redfish-core/lib/managers.hpp index 2ff65bf..2056d10 100644 --- a/redfish-core/lib/managers.hpp +++ b/redfish-core/lib/managers.hpp
@@ -1497,7 +1497,7 @@ if (createNewObject && it.value() == nullptr) { - // can't delete a non-existant object + // can't delete a non-existent object messages::invalidObject(response->res, name); continue; }