diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2010-01-15 23:01:42 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2010-01-15 23:01:42 -0800 |
commit | 809f0ff36dabc2dcf47fd96ff2135e93a14af176 (patch) | |
tree | b3af6a51190bdf193d7920f10e84947688fa4283 | |
parent | a1449405df76225e608384d770f44b68f8f918fa (diff) |
Fix wording of message indicating modes cannot be set
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r-- | xvidtune.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |