summaryrefslogtreecommitdiff
path: root/contrib/win_dib/README.tiff2dib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/win_dib/README.tiff2dib')
-rw-r--r--contrib/win_dib/README.tiff2dib4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/win_dib/README.tiff2dib b/contrib/win_dib/README.tiff2dib
index ff70ca1a..75e1254b 100644
--- a/contrib/win_dib/README.tiff2dib
+++ b/contrib/win_dib/README.tiff2dib
@@ -14,7 +14,7 @@ Here is some information that may help someone.
I build the library under Windows 95 as a 32-bit library.
The contribution of Scott Wagner (tif_win32.c) worked fine, but
-the makefile "makefile.msc" was unsable because it was
+the makefile "makefile.msc" was unusable because it was
written for DOS or Windows 3.1 and all the files names
are limited to 8 characters.
@@ -38,7 +38,7 @@ I had to :
I also join the source file "tif2dib.c" that I created,
it contain the function LoadTIFFinDIB that load
a TIFF file and build a memory DIB with it and return the
-HANDLE (HDIB) of the memory bloc containing this DIB.
+HANDLE (HDIB) of the memory block containing this DIB.
Since DIB is the "natural" bitmap format for Windows 3.1, 95 and NT,
this function should be useful for some Windows 95 (or NT) developer.