Spelling fixes
[oweals/cde.git] / cde / lib / DtHelp / il / ilwriteimage.c
index 8583b4b1205493cca3cc580f4a919129f537a84c..5438d6db0f3ce168a3abf4ccbc664756d1e8949d 100644 (file)
@@ -111,7 +111,7 @@ ilError                 error;
         }
     else error = IL_OK;
 
-        /*  If aborting, free up pixels if they dont belong to client */
+        /*  If aborting, free up pixels if they don't belong to client */
     if (aborting) {
         if (!pImage->i.clientPixels && pImagePlane->pPixels) {
             IL_FREE (pImagePlane->pPixels);
@@ -203,7 +203,7 @@ ilSrcElementData        srcData;
 long                    stripHeight;
 ilPtr                   pCompData;
 
-        /* Get pipe info, dont force decompression (yet). */
+        /* Get pipe info, don't force decompression (yet). */
     ilGetPipeInfo (pipe, FALSE, &info, &des, &format);
 
         /*  Convert (and decompress) as necessary to dest image des */