From 076627594135bb619d8718e9dd515d9888f695bd Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Sun, 30 Oct 2022 19:38:22 -0400 Subject: [PATCH] Just fix a typo in a comment. (#203) Signed-off-by: Chris Lalancette Signed-off-by: Chris Lalancette --- include/class_loader/class_loader.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/class_loader/class_loader.hpp b/include/class_loader/class_loader.hpp index bda67e56..b0af5b69 100644 --- a/include/class_loader/class_loader.hpp +++ b/include/class_loader/class_loader.hpp @@ -238,7 +238,7 @@ class ClassLoader /** * @brief Attempts to unload a library loaded within scope of the ClassLoader. If the library is - * not opened, this method has no effect. If the library is opened by other another ClassLoader, + * not opened, this method has no effect. If the library is opened by another ClassLoader, * the library will NOT be unloaded internally -- however this ClassLoader will no longer be able * to instantiate class_loader bound to that library. If there are plugin objects that exist in * memory created by this classloader, a warning message will appear and the library will not be