Skip to content

Commit c416feb

Browse files
authored
Small typo fix. (#604)
Signed-off-by: Chris Lalancette <[email protected]>
1 parent d455038 commit c416feb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rcl/src/rcl/timer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ rcl_timer_init(
142142
RCUTILS_LOG_DEBUG_NAMED(
143143
ROS_PACKAGE_NAME, "Initializing timer with period: %" PRIu64 "ns", period);
144144
if (timer->impl) {
145-
RCL_SET_ERROR_MSG("timer already initailized, or memory was uninitialized");
145+
RCL_SET_ERROR_MSG("timer already initialized, or memory was uninitialized");
146146
return RCL_RET_ALREADY_INIT;
147147
}
148148
rcl_time_point_value_t now;

0 commit comments

Comments
 (0)