local: Fix typo

(cherry picked from commit 884c1b9803)
This commit is contained in:
Stein Magnus Jodal 2014-02-07 20:32:19 +01:00
parent 99cc11bcae
commit b8aab60864

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.'