summaryrefslogtreecommitdiffstats
path: root/Demo/sgi
diff options
context:
space:
mode:
Diffstat (limited to 'Demo/sgi')
-rwxr-xr-xDemo/sgi/video/Vplay.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demo/sgi/video/Vplay.py b/Demo/sgi/video/Vplay.py
index 4a51c6e..4f85eef 100755
--- a/Demo/sgi/video/Vplay.py
+++ b/Demo/sgi/video/Vplay.py
@@ -98,7 +98,7 @@ def main():
if opt == '-y': yoff = string.atoi(arg)
except string.atoi_error:
sys.stdout = sys.stderr
- print 'Option', opt, 'require integer argument'
+ print 'Option', opt, 'requires integer argument'
sys.exit(2)
# Check validity of certain options combinations