Spelling fixes
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: Id065de1812c3eb383992533efd99b5079b74729d
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/DEVELOPING.md b/DEVELOPING.md
index a51864c..3995de2 100644
--- a/DEVELOPING.md
+++ b/DEVELOPING.md
@@ -10,8 +10,8 @@
- Application startup time should be less than 1 second on target hardware
(AST2500)
-2. ### Asyncronous programming
- Care should be taken to ensure that all code is written to be asyncronous in
+2. ### Asynchronous programming
+ Care should be taken to ensure that all code is written to be asynchronous in
nature, to avoid blocking methods from stopping the processing of other
tasks. At this time the webserver uses boost::asio for it async framework.
Threads should be avoided if possible, and instead use async tasks within
@@ -104,7 +104,7 @@
8. ### Abstraction/interfacing
In general, the OpenBMC webserver is built using the data driven design.
- Abstraction and Interface gaurentees should be used when multiple
+ Abstraction and Interface guarantees should be used when multiple
implementations exist, but for implementations where only a single
implementation exists, prefer to make the code correct and clean rather than
implement a concrete interface.
@@ -206,10 +206,10 @@
- PowerState
- Thermal
- Shall be included if component contains temperature sensors, otherwise
- shall be omited.
+ shall be omitted.
- Power
- Shall be included if component contains voltage/current sensing
- components, otherwise will be omited.
+ components, otherwise will be omitted.
#### /redfish/v1/Chassis/<ChassisName>/Thermal