Skip to content

Commit e78199a

Browse files
committed
Fix typo
1 parent de5c245 commit e78199a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Datasheet][datasheet] for sensor specification details.
1515
* `2.0.0`
1616
* Allow user-defined I²C address for the sensor
1717
* Calibration date fields renamed to `calibration{Year,Month,Day}`
18-
* `1.1.0` (2021-07-01)
18+
* `1.1.1` (2021-07-01)
1919
* Add P-mode pressure offset handling for PR, PA and PAA type sensors,
2020
auto-determined based on sensor mode
2121
* Add support to read out the calibration date

src/KellerLD.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class KellerLD {
6161
*/
6262
void read();
6363

64-
/** Checks if the attached sensor is connectored or not. */
64+
/** Checks if the attached sensor is connected or not. */
6565
bool status();
6666

6767
/** Returns current range of the attached sensor. */

0 commit comments

Comments
 (0)