Fixed nust -> must typos

This commit is contained in:
alexey.lysiuk 2018-01-18 11:43:32 +02:00
commit 6d20da8ab5
2 changed files with 2 additions and 2 deletions

View file

@ -1627,7 +1627,7 @@ PType *ZCCCompiler::DetermineType(PType *outertype, ZCC_TreeNode *field, FName n
}
else
{
Error(field, "%s: Base type for dynamic array types nust be integral, but got %s", name.GetChars(), ftype->DescriptiveName());
Error(field, "%s: Base type for dynamic array types must be integral, but got %s", name.GetChars(), ftype->DescriptiveName());
}
}
else