From b228b635cf96db0f73ec3ba1517cf9d08d0389c8 Mon Sep 17 00:00:00 2001 From: neersighted Date: Mon, 12 Mar 2012 14:36:27 -0800 Subject: [PATCH] typo --- plugins/lastfm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/lastfm.py b/plugins/lastfm.py index 84b197a..5218a4d 100755 --- a/plugins/lastfm.py +++ b/plugins/lastfm.py @@ -1,4 +1,4 @@ -# Upgraded with tables/cacheing by ChauffeR of #freebnc on irc.esper.net +# Upgraded with tables/caching by ChauffeR of #freebnc on irc.esper.net from util import hook, http @hook.command('l', autohelp=False)