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
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ int msSaveImageGDAL( mapObj *map, imageObj *image, char *filename )
eDataType = GDT_Byte;
} else {
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;
}

Expand Down

0 comments on commit bf8c0f7

Please sign in to comment.