fixed comment typo

This commit is contained in:
KotIsOff
2025-08-23 01:34:50 +03:00
committed by GitHub
parent 5994371145
commit bbbd6c4401
+1 -1
View File
@@ -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(