fix trivial typo in warning msg
From tnozaki@: make fpos_t a complex object that keeps track of the parsestate of the stream. Change argument of the seek function to funopen() fromfpos_t to off_t. Make f{g,s}etpos() use the new f
From tnozaki@: make fpos_t a complex object that keeps track of the parsestate of the stream. Change argument of the seek function to funopen() fromfpos_t to off_t. Make f{g,s}etpos() use the new fpos_t struct, while providingbackwards compatible entry points. Approved by releng@
show more ...