Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas authored Aug 29, 2018
1 parent 6d646a5 commit 2379c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcl/src/rcl/timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ void _rcl_timer_time_jump(
ROS_PACKAGE_NAME, "Failed to get trigger guard condition in jump callback");
}
} else if (now < last_call_time) {
// Post backwards time jump that went father back than 1 period
// Post backwards time jump that went further back than 1 period
// next callback should happen after 1 period
rcl_atomic_store(&timer->impl->last_call_time, now);
return;
Expand Down

0 comments on commit 2379c0a

Please sign in to comment.