Merge pull request #2233 from radarhere/typo

Fix typo
This commit is contained in:
Hugo 2016-11-21 09:10:05 +02:00 committed by GitHub
commit bbfc7b0464
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ packed custom format called FTEX. This file format uses file extensions FTC and
* FTC files are compressed textures (using standard texture compression).
* FTU files are not compressed.
Texture File Format
The FTC and FTU texture files both use the same format, called. This
The FTC and FTU texture files both use the same format. This
has the following structure:
{header}
{format_directory}

View File

@ -58,7 +58,7 @@ iforms = [1, 3, -11, -12, -21, -22]
# There is no magic number to identify Spider files, so just check a
# series of header locations to see if they have reasonable values.
# Returns no.of bytes in the header, if it is a valid Spider header,
# Returns no. of bytes in the header, if it is a valid Spider header,
# otherwise returns 0
def isSpiderHeader(t):