Commit Diff
--- pdf.c +++ pdf.c @@ -1903,7 +1903,7 @@ decode_stream(const Dict *d, HBytes b, HParser *p) #endif if (v->token_type != TT_BYTES) { - // XXX TT_SEQUENCE would be a filter chains; that’s not supported, yet. + // XXX TT_SEQUENCE would be a filter chain; that’s not supported, yet. // But it might also be something bogus, in which case we should fail. return NULL; }