Skip to content

Commit a5ad2db

Browse files
authored
Fix typo in bumper.c sample project (cyberbotics#6489)
1 parent 3c3f849 commit a5ad2db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • projects/samples/devices/controllers/bumper

projects/samples/devices/controllers/bumper/bumper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ int main() {
3333

3434
wb_robot_init();
3535

36-
/* get a handle the the bumper and activate it. */
36+
/* get a handle to the bumper and activate it. */
3737
bumper = wb_robot_get_device("bumper");
3838
wb_touch_sensor_enable(bumper, TIME_STEP);
3939

0 commit comments

Comments
 (0)