Corrected a spelling mistake: 'occured' → 'occurred'
This commit is contained in:
parent
9b14c3932b
commit
81c8b2697f
1 changed files with 1 additions and 1 deletions
|
|
@ -188,7 +188,7 @@ WipperSnapper_Component_I2C::scanAddresses() {
|
|||
continue;
|
||||
} else {
|
||||
WS_DEBUG_PRINTLN(
|
||||
"[i2c] Did not find device: Unknown bus error has occured!");
|
||||
"[i2c] Did not find device: Unknown bus error has occurred!");
|
||||
continue;
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue