summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2015-11-27 21:38:41 +0100
committerJakub Wilk <jwilk@jwilk.net>2015-11-27 21:38:41 +0100
commit4ddc2627dd9e3af4b982f4bf51b9f8c35f034bf9 (patch)
tree721ba8169fb1f1c90b2dedb56990673e7f6325b4 /src
parent5d56fb3115f253564db11a76293079d68959bdf5 (diff)
Fix typos
Diffstat (limited to 'src')
-rw-r--r--src/lib/openjp3d/tcd.c4
-rw-r--r--src/lib/openmj2/tcd.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/openjp3d/tcd.c b/src/lib/openjp3d/tcd.c
index 0c662ce8..1d0d0f52 100644
--- a/src/lib/openjp3d/tcd.c
+++ b/src/lib/openjp3d/tcd.c
@@ -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");
}
*/
}
diff --git a/src/lib/openmj2/tcd.c b/src/lib/openmj2/tcd.c
index 5eb5f4bb..7875737c 100644
--- a/src/lib/openmj2/tcd.c
+++ b/src/lib/openmj2/tcd.c
@@ -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-----------------*/