diff options
Diffstat (limited to 'src/SFileAttributes.cpp')
-rw-r--r-- | src/SFileAttributes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SFileAttributes.cpp b/src/SFileAttributes.cpp index 479363d..0278426 100644 --- a/src/SFileAttributes.cpp +++ b/src/SFileAttributes.cpp @@ -368,7 +368,7 @@ int SAttrLoadAttributes(TMPQArchive * ha) // File table must be initialized assert(ha->pFileTable != NULL); - // Don't load the attributes file from malformer Warcraft III maps + // Don't load the attributes file from malformed Warcraft III maps if(ha->dwFlags & MPQ_FLAG_MALFORMED) return ERROR_FILE_CORRUPT; |