diff options
Diffstat (limited to 'src/SBaseCommon.cpp')
-rw-r--r-- | src/SBaseCommon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SBaseCommon.cpp b/src/SBaseCommon.cpp index 34a7a25..97ebc59 100644 --- a/src/SBaseCommon.cpp +++ b/src/SBaseCommon.cpp @@ -962,7 +962,7 @@ void * LoadMpqTable( }
}
- // If everything succeeded, read the raw table form the MPQ
+ // If everything succeeded, read the raw table from the MPQ
if(FileStream_Read(ha->pStream, &ByteOffset, pbToRead, dwBytesToRead))
{
// First of all, decrypt the table
|