Skip to content

Commit 4129376

Browse files
authored
Fix spelling mistake (#184)
Signed-off-by: David V. Lu <[email protected]>
1 parent 471c398 commit 4129376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/class_loader/class_loader_core.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ void registerPlugin(const std::string & class_name, const std::string & base_cla
252252
if (factoryMap.find(class_name) != factoryMap.end()) {
253253
CONSOLE_BRIDGE_logWarn(
254254
"class_loader.impl: SEVERE WARNING!!! "
255-
"A namespace collision has occured with plugin factory for class %s. "
255+
"A namespace collision has occurred with plugin factory for class %s. "
256256
"New factory will OVERWRITE existing one. "
257257
"This situation occurs when libraries containing plugins are directly linked against an "
258258
"executable (the one running right now generating this message). "

0 commit comments

Comments
 (0)