Commit 05f299f5 authored by Davis King's avatar Davis King

Fixed grammar.

parent 5bdf93ef
......@@ -40,8 +40,8 @@ int main(int argc, char** argv)
array2d<rgb_pixel> img;
// Now load the image file into our image. If something is wrong then
// load_image() will throw an exception. Also, if you compiled with libpng
// and libjpeg then load_image() can also load PNG and JPEG files in addition
// load_image() will throw an exception. Also, if you linked with libpng
// and libjpeg then load_image() can load PNG and JPEG files in addition
// to BMP files.
load_image(img, argv[1]);
......
......@@ -46,8 +46,8 @@ int main(int argc, char** argv)
array2d<rgb_pixel> img;
// Now load the image file into our image. If something is wrong then
// load_image() will throw an exception. Also, if you compiled with libpng
// and libjpeg then load_image() can also load PNG and JPEG files in addition
// load_image() will throw an exception. Also, if you linked with libpng
// and libjpeg then load_image() can load PNG and JPEG files in addition
// to BMP files.
load_image(img, argv[1]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment