Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
codl committed Apr 19, 2016
1 parent eed95d5 commit e9e0bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoplay.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 == '':
Expand Down

0 comments on commit e9e0bff

Please sign in to comment.