Fix typos in comments and string
[openjpeg.git] / src / bin / jp2 / convert.c
index 1fd64ee7ef93ffe935441258bd6611d92108647c..1a18711caf0096fde67b054438dc9b85091ccde9 100644 (file)
@@ -1256,7 +1256,7 @@ int imagetopgx(opj_image_t * image, const char *outfile)
     strncpy(name, outfile, dotpos);
     sprintf(name+dotpos, "_%d.pgx", compno);
     fdest = fopen(name, "wb");
-    /* dont need name anymore */
+    /* don't need name anymore */
                        
     if (!fdest) 
                {