Skip to content

Commit

Permalink
Small typo fix. (#604)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
Signed-off-by: Jorge Perez <jjperez@ekumenlabs.com>
  • Loading branch information
clalancette authored and Blast545 committed Apr 9, 2020
1 parent db0c999 commit 05b29ad
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 @@ -142,7 +142,7 @@ rcl_timer_init(
RCUTILS_LOG_DEBUG_NAMED(
ROS_PACKAGE_NAME, "Initializing timer with period: %" PRIu64 "ns", period);
if (timer->impl) {
RCL_SET_ERROR_MSG("timer already initailized, or memory was uninitialized");
RCL_SET_ERROR_MSG("timer already initialized, or memory was uninitialized");
return RCL_RET_ALREADY_INIT;
}
rcl_time_point_value_t now;
Expand Down

0 comments on commit 05b29ad

Please sign in to comment.