local: Fix typo

This commit is contained in:
Stein Magnus Jodal 2014-02-07 20:32:19 +01:00
parent 812f018d59
commit 884c1b9803

View File

@ -44,7 +44,7 @@ class ClearCommand(commands.Command):
return 0
if library.clear():
print 'Library succesfully cleared.'
print 'Library successfully cleared.'
return 0
print 'Unable to clear library.'