Fix typos 665/head
authorJakub Wilk <jwilk@jwilk.net>
Fri, 27 Nov 2015 20:38:41 +0000 (21:38 +0100)
committerJakub Wilk <jwilk@jwilk.net>
Fri, 27 Nov 2015 20:38:41 +0000 (21:38 +0100)
src/lib/openjp3d/tcd.c
src/lib/openmj2/tcd.c

index 0c662ce82e3a8ad4105d403656eedd649db37b0a..1d0d0f529352d8baa4001c8d9427f6f75ec0a569 100644 (file)
@@ -1601,7 +1601,7 @@ bool tcd_decode_tile(opj_tcd_t *tcd, unsigned char *src, int len, int tileno) {
                
                if (l == -999) {
                        eof = 1;
-                       opj_event_msg(tcd->cinfo, EVT_ERROR, "Tcd_decode_tile: incomplete bistream\n");
+                       opj_event_msg(tcd->cinfo, EVT_ERROR, "Tcd_decode_tile: incomplete bitstream\n");
                }
        
                /*------------------TIER1-----------------*/
@@ -1631,7 +1631,7 @@ bool tcd_decode_tile(opj_tcd_t *tcd, unsigned char *src, int len, int tileno) {
                golomb_destroy(gr);
                if (l == -999) {
                        eof = 1;
-                       opj_event_msg(tcd->cinfo, EVT_ERROR, "Tcd_decode_tile: incomplete bistream\n");
+                       opj_event_msg(tcd->cinfo, EVT_ERROR, "Tcd_decode_tile: incomplete bitstream\n");
                }
                */
        } 
index 5eb5f4bb0e70d7b46898d7aeaa48dc51530ab067..7875737cb248244d5544d73d35a7730633a31842 100644 (file)
@@ -1386,7 +1386,7 @@ opj_bool tcd_decode_tile(opj_tcd_t *tcd, unsigned char *src, int len, int tileno
 
        if (l == -999) {
                eof = 1;
-               opj_event_msg(tcd->cinfo, EVT_ERROR, "tcd_decode: incomplete bistream\n");
+               opj_event_msg(tcd->cinfo, EVT_ERROR, "tcd_decode: incomplete bitstream\n");
        }
        
        /*------------------TIER1-----------------*/