From bbbd6c44014f71f6dd0306e9395bcdf3e2ac77b9 Mon Sep 17 00:00:00 2001 From: KotIsOff <71443736+kotisoff@users.noreply.github.com> Date: Sat, 23 Aug 2025 01:34:50 +0300 Subject: [PATCH] fixed comment typo --- src/content/PacksManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/PacksManager.cpp b/src/content/PacksManager.cpp index 76cc54d7..c898d590 100644 --- a/src/content/PacksManager.cpp +++ b/src/content/PacksManager.cpp @@ -106,7 +106,7 @@ static bool resolve_dependencies( continue; } if (dep.verison == "*" || dep.verison == found->second.version){ - // dependency pack version mets the required one + // dependency pack version meets the required one continue; } else { throw contentpack_error(