Skip to content

Commit 32169a1

Browse files
Fix typo in composition comment (#703)
Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
1 parent cc952e9 commit 32169a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composition/src/linktime_composition.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ int main(int argc, char * argv[])
3737
std::vector<rclcpp_components::NodeInstanceWrapper> node_wrappers;
3838

3939
std::vector<std::string> libraries = {
40-
// all classes from libraries linked by the linker (rather then dlopen)
40+
// all classes from libraries linked by the linker (rather than dlopen)
4141
// are registered under the library_path ""
4242
"",
4343
};

0 commit comments

Comments
 (0)