From 598107d49680d544b1730594c49c73beadcda3d8 Mon Sep 17 00:00:00 2001 From: Geoffrey Biggs Date: Fri, 11 Sep 2020 17:02:16 +0900 Subject: [PATCH] Spelling correction Signed-off-by: Geoffrey Biggs --- rcl/include/rcl/node.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rcl/include/rcl/node.h b/rcl/include/rcl/node.h index 0d5de91df..900edb50e 100644 --- a/rcl/include/rcl/node.h +++ b/rcl/include/rcl/node.h @@ -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