summaryrefslogtreecommitdiff
path: root/DEVELOPING.md
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-06-13 23:38:55 +0300
committerGunnar Mills <gmills@us.ibm.com>2018-06-13 23:38:55 +0300
commit04e8795ddf49ce599fe809ab741ec983a25f35fd (patch)
tree5975450b84cf8ac6b21829a8b6e96c669f73fac8 /DEVELOPING.md
parentbba177641ee3628bde0ce80a8bcf172ca3cea0d0 (diff)
downloadbmcweb-04e8795ddf49ce599fe809ab741ec983a25f35fd.tar.xz
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>
Diffstat (limited to 'DEVELOPING.md')
-rw-r--r--DEVELOPING.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/DEVELOPING.md b/DEVELOPING.md
index a51864c124..3995de244d 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 @@ Fields common to all schemas
- 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