Skip to content

Commit

Permalink
Fix 'Unkown' typo, replace with 'Unknown'.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastic committed Jul 8, 2015
1 parent 5f3554c commit bf8c0f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapgdal.c
Expand Up @@ -243,7 +243,7 @@ int msSaveImageGDAL( mapObj *map, imageObj *image, char *filename )
eDataType = GDT_Byte; eDataType = GDT_Byte;
} else { } else {
msReleaseLock( TLOCK_GDAL ); msReleaseLock( TLOCK_GDAL );
msSetError( MS_MEMERR, "Unkown format. This is a bug.", "msSaveImageGDAL()"); msSetError( MS_MEMERR, "Unknown format. This is a bug.", "msSaveImageGDAL()");
return MS_FAILURE; return MS_FAILURE;
} }


Expand Down

0 comments on commit bf8c0f7

Please sign in to comment.