small typo

This commit is contained in:
Robin Müller 2024-12-18 11:55:31 +01:00
parent 842a3b1b03
commit 9361af02c4
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -20,7 +20,7 @@ class PoolReadGuard {
if (readResult != returnvalue::OK) {
#if FSFW_VERBOSE_LEVEL == 1
#if FSFW_CPP_OSTREAM_ENABLED == 1
sif::error << "PoolReaGuard: Read failed!" << std::endl;
sif::error << "PoolReadGuard: Read failed!" << std::endl;
#else
sif::printError("PoolReadGuard: Read failed!\n");
#endif /* FSFW_PRINT_VERBOSITY_LEVEL == 1 */