Fixed spelling mistake in HealthHelper

This commit is contained in:
Steffen Gaisser
2020-06-25 18:09:32 +02:00
committed by Robin.Mueller
parent b4d6d970bc
commit e179288c00
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ ReturnValue_t ChildHandlerBase::initialize() {
parent->registerChild(getObjectId());
}
healthHelper.setParentQeueue(parentQueue);
healthHelper.setParentQueue(parentQueue);
modeHelper.setParentQueue(parentQueue);