Skip to content

Commit f684400

Browse files
committed
Correct typos in comments
The codespell spellchecker tool is used to automatically detect commonly misspelled words in the files of this project. The misspelled words dictionary was expanded in the latest release of codespell, which resulted in the detection of misspelled words in the project's comments. The typos are hereby corrected, which will restore the spell check to a passing state.
1 parent 1760f57 commit f684400

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/utility/TembooDS18B20.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ int tembooDS18B20Read(void* sensorConfig) {
5353
}
5454

5555
void tembooDS18B20Begin(__attribute__((unused)) void* sensorConfig) {
56-
// all of the initializtion is done in init
56+
// all of the initialization is done in init
5757
return;
5858
}
5959

src/utility/TembooGPIO.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ void tembooAnalogWrite(void* sensorConfig, int val) {
5252
}
5353

5454
void tembooGPIOBegin(__attribute__((unused)) void* sensorConfig) {
55-
// all of the initializtion is done in init
55+
// all of the initialization is done in init
5656
return;
5757
}
5858

0 commit comments

Comments
 (0)