Improved clarity by fixing typo: 'occured' corrected to 'occurred'
This commit is contained in:
parent
81c8b2697f
commit
a4c53f7727
1 changed files with 1 additions and 1 deletions
|
|
@ -1307,7 +1307,7 @@ void WipperSnapper_Component_I2C::update() {
|
|||
|
||||
std::vector<WipperSnapper_I2C_Driver *>::iterator iter, end;
|
||||
for (iter = drivers.begin(), end = drivers.end(); iter != end; ++iter) {
|
||||
// Number of events which occured for this driver
|
||||
// Number of events which occurred for this driver
|
||||
msgi2cResponse.payload.resp_i2c_device_event.sensor_event_count = 0;
|
||||
|
||||
// Event struct - zero-initialise on each iteration
|
||||
|
|
|
|||
Loading…
Reference in a new issue