Skip to content

Commit

Permalink
Correct minor typo (#65)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <michael@openrobotics.org>
  • Loading branch information
mjcarroll authored Mar 5, 2019
1 parent fd350a1 commit e631d8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composition_interfaces/srv/LoadNode.srv
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ rcl_interfaces/Parameter[] extra_arguments
# True if the node was successfully loaded
bool success
# Human readable error message if success is false, else empty string
string error_messsage
string error_message
# Name of the loaded composable node (including namespace)
string full_node_name
# A unique identifier for the loaded node
uint64 unique_id
uint64 unique_id
2 changes: 1 addition & 1 deletion composition_interfaces/srv/UnloadNode.srv
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ uint64 unique_id
# True if the node existed and was unloaded
bool success
# Human readable error message if success is false, else empty string
string error_messsage
string error_message

0 comments on commit e631d8f

Please sign in to comment.