From 39c22c85083331c591bfd807ed8466eaec9575db Mon Sep 17 00:00:00 2001 From: William Woodall Date: Tue, 19 Jun 2018 12:43:06 -0700 Subject: [PATCH] typo (#502) --- rclcpp/include/rclcpp/node.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rclcpp/include/rclcpp/node.hpp b/rclcpp/include/rclcpp/node.hpp index 1dfa12e..347d386 100644 --- a/rclcpp/include/rclcpp/node.hpp +++ b/rclcpp/include/rclcpp/node.hpp @@ -359,7 +359,7 @@ public: /// Return a graph event, which will be set anytime a graph change occurs. /* The graph Event object is a loan which must be returned. - * The Event object is scoped and therefore to return the load just let it go + * The Event object is scoped and therefore to return the loan just let it go * out of scope. */ RCLCPP_PUBLIC