From 04e8795ddf49ce599fe809ab741ec983a25f35fd Mon Sep 17 00:00:00 2001 From: Gunnar Mills Date: Wed, 13 Jun 2018 15:38:55 -0500 Subject: 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 --- DEVELOPING.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'DEVELOPING.md') 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//Thermal -- cgit v1.2.3