diff -urp file-5.30/src/cdf.c file-5-30/src/cdf.c --- file-5.30/src/cdf.c 2017-02-08 09:21:29 +1000 +++ file-5-30/src/cdf.c 2017-02-15 12:26:20 +1000 @@ -892,7 +892,7 @@ cdf_read_property_info(const cdf_stream_ goto out; } if (q >= e) { - DPRINTF(("Ran of the end %p >= %p\n", q, e)); + DPRINTF(("Ran off the end %p >= %p\n", q, e)); goto out; } inp[i].pi_id = CDF_GETUINT32(p, i << 1);