diff --git a/tasmota/xsns_06_dht.ino b/tasmota/xsns_06_dht.ino index fdb56b292..2fa5ab9bc 100644 --- a/tasmota/xsns_06_dht.ino +++ b/tasmota/xsns_06_dht.ino @@ -19,7 +19,7 @@ #ifdef USE_DHT /*********************************************************************************************\ - * DHT11, AM2301 (DHT21, DHT22, AM2302, AM2321), SI7021 - Temperature and Humidy + * DHT11, AM2301 (DHT21, DHT22, AM2302, AM2321), SI7021 - Temperature and Humidity * * Reading temperature or humidity takes about 250 milliseconds! * Sensor readings may also be up to 2 seconds 'old' (its a very slow sensor) diff --git a/tasmota/xsns_07_sht1x.ino b/tasmota/xsns_07_sht1x.ino index 16161a9a1..6d00eb80f 100644 --- a/tasmota/xsns_07_sht1x.ino +++ b/tasmota/xsns_07_sht1x.ino @@ -20,7 +20,7 @@ #ifdef USE_I2C #ifdef USE_SHT /*********************************************************************************************\ - * SHT1x - Temperature and Humidy + * SHT1x - Temperature and Humidity * * Reading temperature and humidity takes about 320 milliseconds! * Source: Marinus vd Broek https://github.com/ESP8266nu/ESPEasy diff --git a/tasmota/xsns_08_htu21.ino b/tasmota/xsns_08_htu21.ino index d27d1bbec..99d46c40e 100644 --- a/tasmota/xsns_08_htu21.ino +++ b/tasmota/xsns_08_htu21.ino @@ -20,7 +20,7 @@ #ifdef USE_I2C #ifdef USE_HTU /*********************************************************************************************\ - * HTU21 - Temperature and Humidy + * HTU21 - Temperature and Humidity * * Source: Heiko Krupp * diff --git a/tasmota/xsns_65_hdc1080.ino b/tasmota/xsns_65_hdc1080.ino index 1ad48a94d..ac6a71be8 100644 --- a/tasmota/xsns_65_hdc1080.ino +++ b/tasmota/xsns_65_hdc1080.ino @@ -21,7 +21,7 @@ #ifdef USE_HDC1080 /*********************************************************************************************\ - * HDC1080 - Temperature and Humidy sensor + * HDC1080 - Temperature and Humidity sensor * * Source: Luis Teixeira *