Skip to content

Commit

Permalink
Fix typo in composition comment (#703)
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Bedard <[email protected]>
  • Loading branch information
christophebedard authored Sep 4, 2024
1 parent cc952e9 commit 32169a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composition/src/linktime_composition.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ int main(int argc, char * argv[])
std::vector<rclcpp_components::NodeInstanceWrapper> node_wrappers;

std::vector<std::string> libraries = {
// all classes from libraries linked by the linker (rather then dlopen)
// all classes from libraries linked by the linker (rather than dlopen)
// are registered under the library_path ""
"",
};
Expand Down

0 comments on commit 32169a1

Please sign in to comment.