Spelling fixes in redfish-core
Spelling errors found using github.com/lucasdemarchi/codespell
A tool to fix common misspellings.
This tool is licensed under GNU General Public License, version 2.
Change-Id: Iaac459596247a9063350a129d0458ebe0c0e39ce
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/redfish-core/lib/sensors.hpp b/redfish-core/lib/sensors.hpp
index c48512a..f427909 100644
--- a/redfish-core/lib/sensors.hpp
+++ b/redfish-core/lib/sensors.hpp
@@ -200,7 +200,7 @@
/**
* @brief Builds a json sensor representation of a sensor.
* @param sensorName The name of the sensor to be built
- * @param sensorType The type (temperature, fan_tach, ect) of the sensor to
+ * @param sensorType The type (temperature, fan_tach, etc) of the sensor to
* build
* @param interfacesDict A dictionary of the interfaces and properties of said
* interfaces to be built from
@@ -361,7 +361,7 @@
continue;
}
// These indexes aren't intuitive, as boost::split puts an empty
- // string at the beggining
+ // string at the beginning
const std::string& sensorType = split[4];
const std::string& sensorName = split[5];
CROW_LOG_DEBUG << "sensorName " << sensorName << " sensorType "