From dcced052d9b8bbf9ec4c9fed4d07f365bfa4fb32 Mon Sep 17 00:00:00 2001 From: caternuson Date: Thu, 30 Jun 2022 11:06:32 -0700 Subject: [PATCH] typo --- Adafruit_BMP280.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adafruit_BMP280.cpp b/Adafruit_BMP280.cpp index 797b0b8..f6e4c67 100644 --- a/Adafruit_BMP280.cpp +++ b/Adafruit_BMP280.cpp @@ -238,7 +238,7 @@ void Adafruit_BMP280::readCoefficients() { /*! * Reads the temperature from the device. - * @return The temperature in degress celcius. + * @return The temperature in degrees celsius. */ float Adafruit_BMP280::readTemperature() { int32_t var1, var2;