]> git.saurik.com Git - wxWidgets.git/blobdiff - src/tiff/tif_open.c
undid last commit, the neceesary defines fo HP-UX are now provided by configure
[wxWidgets.git] / src / tiff / tif_open.c
index 8273e561323682720b74aa271c6842337a4ff4d8..a981b73522f9b5203ed82ad748639bbcb603c67e 100644 (file)
@@ -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