From 33fccb3530f295ba3529eba4d306bccab507c3fc Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Mon, 15 Jun 2026 17:08:39 +0200 Subject: [PATCH] Typos. --- public/common/TracyQueue.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/common/TracyQueue.hpp b/public/common/TracyQueue.hpp index 11e57b08..d32060d7 100644 --- a/public/common/TracyQueue.hpp +++ b/public/common/TracyQueue.hpp @@ -390,7 +390,7 @@ enum class MessageSeverity : uint8_t Debug, // Describes variable states and details about specific internal events in the software, that are useful for investigations. Info, // Describes normal events, which inform on the expected progress and state of your software. Warning, // Describes potentially dangerous situations caused by unexpected events and states. - Error, // Describes the occurance of unexpected behavior. Does not interrupt the execution of the software. + Error, // Describes the occurrence of unexpected behavior. Does not interrupt the execution of the software. Fatal, // Describes a critical event that will lead to a software failure/crash. COUNT };