Update tiv.cpp

Fix little typo
This commit is contained in:
Nguyễn Hoàng Dương 2017-10-21 17:42:13 +07:00 committed by GitHub
parent a69ffa848d
commit 4caaaca80a

View file

@ -451,7 +451,7 @@ int main(int argc, char* argv[]) {
emit_image(image, flags); emit_image(image, flags);
} catch(cimg_library::CImgIOException e) { } catch(cimg_library::CImgIOException e) {
error = 1; error = 1;
std::cerr << "File format not recogmized for '" << file_names[i] << "'" << std::endl; std::cerr << "File format is not recognized for '" << file_names[i] << "'" << std::endl;
} }
} }
} else { } else {