Skip to content

Commit 9b14c39

Browse files
committed
Improved clarity by fixing typo: 'occured' corrected to 'occurred'
1 parent bfb5ef2 commit 9b14c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/i2c/WipperSnapper_I2C.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ WipperSnapper_Component_I2C::scanAddresses() {
181181
continue;
182182
} else if (endTransmissionRC == 4) {
183183
WS_DEBUG_PRINTLN(
184-
"[i2c] Did not find device: Unspecified bus error occured!");
184+
"[i2c] Did not find device: Unspecified bus error occurred!");
185185
continue;
186186
} else if (endTransmissionRC == 5) {
187187
WS_DEBUG_PRINTLN("[i2c] Did not find device: Bus timed out!");

0 commit comments

Comments
 (0)