From 8aa539e67fbc52cf401658c0cef5192fc438b225 Mon Sep 17 00:00:00 2001 From: Jakob Meier Date: Mon, 25 Mar 2024 15:25:18 +0100 Subject: [PATCH] typo --- src/fsfw/objectmanager/ObjectManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fsfw/objectmanager/ObjectManager.cpp b/src/fsfw/objectmanager/ObjectManager.cpp index 248716c2..9e20c0bf 100644 --- a/src/fsfw/objectmanager/ObjectManager.cpp +++ b/src/fsfw/objectmanager/ObjectManager.cpp @@ -123,7 +123,7 @@ void ObjectManager::initialize() { #endif errorCount++; } else { - sif::printDebug("ObjectManager::initialize: Initialized onject with ID 0x%x\n", it.first); + sif::printDebug("ObjectManager::initialize: Initialized object with ID 0x%x\n", it.first); } } if (errorCount > 0) {