Skip to content

Commit a4c53f7

Browse files
committed
Improved clarity by fixing typo: 'occured' corrected to 'occurred'
1 parent 81c8b26 commit a4c53f7

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
@@ -1307,7 +1307,7 @@ void WipperSnapper_Component_I2C::update() {
13071307

13081308
std::vector<WipperSnapper_I2C_Driver *>::iterator iter, end;
13091309
for (iter = drivers.begin(), end = drivers.end(); iter != end; ++iter) {
1310-
// Number of events which occured for this driver
1310+
// Number of events which occurred for this driver
13111311
msgi2cResponse.payload.resp_i2c_device_event.sensor_event_count = 0;
13121312

13131313
// Event struct - zero-initialise on each iteration

0 commit comments

Comments
 (0)