Typo Correction
This commit is contained in:
parent
50041d0274
commit
125a9c3613
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ def main(argv):
|
|||
else:
|
||||
mpbin = progpath("mplayer")
|
||||
if mpbin == None:
|
||||
print "Error: mplayer not found in PATH binary given, Aborting!"
|
||||
print "Error: mplayer not found in PATH and no binary given, Aborting!"
|
||||
sys.exit(1)
|
||||
|
||||
global ffbin
|
||||
|
|
Loading…
Reference in a new issue