typo in comments

This commit is contained in:
David Rose 2002-08-05 16:47:02 +00:00
parent 3e4776566d
commit d51e8e9c50
2 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@
// //
// The following bit of code, for setting up jpeg_istream_src(), was // The following bit of code, for setting up jpeg_istream_src(), was
// lifted from jpeglib, and modified to work with istream istead of // lifted from jpeglib, and modified to work with istream instead of
// stdio. // stdio.
// //

View File

@ -24,8 +24,8 @@
// //
// The following bit of code, for setting up jpeg_istream_src(), was // The following bit of code, for setting up jpeg_ostream_src(), was
// lifted from jpeglib, and modified to work with istream istead of // lifted from jpeglib, and modified to work with ostream instead of
// stdio. // stdio.
// //