diff --git a/vtfcopyalpha.cxx b/vtfcopyalpha.cxx index bddf88a..d99a91f 100644 --- a/vtfcopyalpha.cxx +++ b/vtfcopyalpha.cxx @@ -64,7 +64,7 @@ int main (int argc, char** argv) return EXIT_FAILURE; } if (vtf_src.GetFrameCount() != frames) { - printf("Error: width mismatch (%u vs %u)\n", frames, vtf_src.GetFrameCount()); + printf("Error: frame count mismatch (%u vs %u)\n", frames, vtf_src.GetFrameCount()); return EXIT_FAILURE; }