pidgin/purple-plugin-pack

Fix grim's typo
org.guifications.plugins
2008-05-20, rekkanoryo
8746b8d7f8bf
Parents b48717d38bae
Children 2bcb763299f4
Fix grim's typo
--- a/plugin_pack.py Mon May 19 06:39:15 2008 -0400
+++ b/plugin_pack.py Tue May 20 05:59:48 2008 -0400
@@ -435,7 +435,7 @@
print ' Finch, and Purple. You will find a summary of each plugin below. For more'
print ' about an individual plugin, please see %s' % webpage
print ' .'
- print ' Note: not all %d of these plugins are currently usabled' % len(self.plugins)
+ print ' Note: not all %d of these plugins are currently usable' % len(self.plugins)
list = self.plugins.keys()
list.sort()