Skip to content

Commit

Permalink
Spelling correction (#798)
Browse files Browse the repository at this point in the history
Signed-off-by: Geoffrey Biggs <gbiggs@killbots.net>
  • Loading branch information
gbiggs authored Sep 11, 2020
1 parent 139cc45 commit f3396a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcl/include/rcl/node.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ rcl_get_zero_initialized_node(void);
* slash.
* Because there is no notion of a relative namespace, there is no difference
* between a namespace which lacks a forward and the same namespace with a
* leasing forward slash.
* leading forward slash.
* Therefore, a namespace like ``"foo/bar"`` is automatically changed to
* ``"/foo/bar"`` by this function.
* Similarly, the namespace ``""`` will implicitly become ``"/"`` which is a
Expand Down

0 comments on commit f3396a2

Please sign in to comment.