Skip to content

Commit 81c8b26

Browse files
committed
Corrected a spelling mistake: 'occured' → 'occurred'
1 parent 9b14c39 commit 81c8b26

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
@@ -188,7 +188,7 @@ WipperSnapper_Component_I2C::scanAddresses() {
188188
continue;
189189
} else {
190190
WS_DEBUG_PRINTLN(
191-
"[i2c] Did not find device: Unknown bus error has occured!");
191+
"[i2c] Did not find device: Unknown bus error has occurred!");
192192
continue;
193193
}
194194
#endif

0 commit comments

Comments
 (0)