Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lins05 committed Mar 5, 2015
1 parent 0f141a4 commit 3639326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slackbot/dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def loop(self):

def _default_reply(self, msg):
default_reply = [
u'Bad command "%s", You can ask me one of the following questsion:\n' % msg['text'],
u'Bad command "%s", You can ask me one of the following questions:\n' % msg['text'],
]
default_reply += [u' • %s' % str(f.__name__) for f in self._plugins.commands.itervalues()]

Expand Down

0 comments on commit 3639326

Please sign in to comment.