From 32169a13f7d413af5f186e5e70ca1817cc820516 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Wed, 4 Sep 2024 11:41:05 -0400 Subject: [PATCH] Fix typo in composition comment (#703) Signed-off-by: Christophe Bedard --- composition/src/linktime_composition.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composition/src/linktime_composition.cpp b/composition/src/linktime_composition.cpp index 95b212546..0ae19b277 100644 --- a/composition/src/linktime_composition.cpp +++ b/composition/src/linktime_composition.cpp @@ -37,7 +37,7 @@ int main(int argc, char * argv[]) std::vector node_wrappers; std::vector 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 "" "", };