diff --git a/autoplay.py b/autoplay.py index ae78f69..023b685 100755 --- a/autoplay.py +++ b/autoplay.py @@ -359,7 +359,7 @@ def command(command): ret = pprintSong() elif args[0] in ("version", "-V"): - ret = "Autoplay v%s\n" % (verson,) + ret = "Autoplay v%s\n" % (version,) else: if command == '':