spelling: correct many misspellings of celsius

Signed-off-by: Jon Trulson <jtrulson@ics.com>
This commit is contained in:
Jon Trulson
2016-07-12 16:50:39 -06:00
parent 0fb56356fb
commit baec9966f0
49 changed files with 144 additions and 141 deletions

View File

@ -33,7 +33,7 @@ using namespace std;
// several aio reads.
static const int maxSamples = 50;
// conversion from celcius to fahrenheit
// conversion from celsius to fahrenheit
static float c2f(float c)
{

View File

@ -100,9 +100,9 @@ namespace upm {
* prior to calling this method.
*
* @param fahrenheit true to return the temperature in degrees
* fahrenheit, false to return the temperature in degrees celcius.
* The default is false (degrees Celcius).
* @return The last temperature reading in Celcius or Fahrenheit
* fahrenheit, false to return the temperature in degrees celsius.
* The default is false (degrees Celsius).
* @return The last temperature reading in Celsius or Fahrenheit
*/
float getTemperature(bool fahrenheit=false);
@ -161,7 +161,7 @@ namespace upm {
bool m_connected;
float m_rawMilliamps;
// in Celcius
// in Celsius
float m_temperature;
// in case an offset should be applied to the cumputed current