fixed comment typo

This commit is contained in:
KotIsOff 2025-08-23 01:34:50 +03:00 committed by GitHub
parent 5994371145
commit bbbd6c4401
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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(