Fix typo in print message
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 @@
 			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