X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/00cb87b4be158b91f91dc7a7026bfd6665e7560f..67193066b2d16ca36529216f70d093690d7e1123:/src/tiff/tif_open.c diff --git a/src/tiff/tif_open.c b/src/tiff/tif_open.c index 8273e56132..a981b73522 100644 --- a/src/tiff/tif_open.c +++ b/src/tiff/tif_open.c @@ -216,7 +216,7 @@ TIFFClientOpen( * The 'L', 'B', and 'H' flags are intended for applications * that can optimize operations on data by using a particular * bit order. By default the library returns data in MSB2LSB - * bit order for compatibiltiy with older versions of this + * bit order for compatibility with older versions of this * library. Returning data in the bit order of the native cpu * makes the most sense but also requires applications to check * the value of the FillOrder tag; something they probabyl do