From 4caaaca80a1d9d08ee3bca66fd75542f45f2f2c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20Ho=C3=A0ng=20D=C6=B0=C6=A1ng?= Date: Sat, 21 Oct 2017 17:42:13 +0700 Subject: [PATCH] Update tiv.cpp Fix little typo --- src/main/cpp/tiv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/cpp/tiv.cpp b/src/main/cpp/tiv.cpp index 62fe9fb..ff1cd4d 100644 --- a/src/main/cpp/tiv.cpp +++ b/src/main/cpp/tiv.cpp @@ -451,7 +451,7 @@ int main(int argc, char* argv[]) { emit_image(image, flags); } catch(cimg_library::CImgIOException e) { 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 {