From 809f0ff36dabc2dcf47fd96ff2135e93a14af176 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Fri, 15 Jan 2010 23:01:42 -0800 Subject: Fix wording of message indicating modes cannot be set Signed-off-by: Alan Coopersmith --- xvidtune.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xvidtune.c b/xvidtune.c index 545aa4a..f50d08d 100644 --- a/xvidtune.c +++ b/xvidtune.c @@ -1631,7 +1631,7 @@ main (int argc, char** argv) : select-start()\n"); if (!ModeSettable()) { - printf("Video are not settable on this chip\n"); + printf("Video modes are not settable on this chip\n"); displayNoTune(top); modeSettable = FALSE; } else -- cgit v1.2.3