summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2010-01-15 23:01:42 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2010-01-15 23:01:42 -0800
commit809f0ff36dabc2dcf47fd96ff2135e93a14af176 (patch)
treeb3af6a51190bdf193d7920f10e84947688fa4283
parenta1449405df76225e608384d770f44b68f8f918fa (diff)
Fix wording of message indicating modes cannot be set
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r--xvidtune.c2
1 files changed, 1 insertions, 1 deletions
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)
<Btn1Down>: 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