Skip to content

Commit

Permalink
Fix spelling in entity creation (#688) (#689)
Browse files Browse the repository at this point in the history
Signed-off-by: Leander Stephen D'Souza <[email protected]>
(cherry picked from commit 5e3b073)

Co-authored-by: Leander Stephen D'Souza <[email protected]>
  • Loading branch information
mergify[bot] and leander-dsouza authored Jan 27, 2025
1 parent 72264a2 commit 6f10b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ros_gz_sim/src/create.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ int main(int _argc, char ** _argv)
while(rclcpp::ok()) {
if (node.Request(service, req, timeout, rep, result)) {
if (result && rep.data()) {
RCLCPP_INFO(ros2_node->get_logger(), "Entity creation successfull.");
RCLCPP_INFO(ros2_node->get_logger(), "Entity creation successful.");
return 0;
} else {
RCLCPP_ERROR(
Expand Down

0 comments on commit 6f10b53

Please sign in to comment.