Skip to content

Commit

Permalink
Fix spelling error
Browse files Browse the repository at this point in the history
Signed-off-by: Barry Xu <barry.xu@sony.com>
  • Loading branch information
Barry-Xu-2018 committed Sep 24, 2020
1 parent 1ffc3a6 commit a70f03c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class SubscriptionIntraProcess : public SubscriptionIntraProcessBase
if (rcl_guard_condition_fini(&gc_) != RCL_RET_OK) {
RCUTILS_LOG_ERROR_NAMED(
"rclcpp",
"Failed to destory guard condition: %s",
"Failed to destroy guard condition: %s",
rcutils_get_error_string().str);
}
}
Expand Down

0 comments on commit a70f03c

Please sign in to comment.