From a7c6a6337a5917bcbe87e74fc2f8e1836a54b9bf Mon Sep 17 00:00:00 2001 From: skizzhg Date: Sat, 6 Aug 2011 18:56:28 +0200 Subject: [PATCH] MessageParser: fix typo. --- plugins/MessageParser/plugin.py | 2 +- src/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/MessageParser/plugin.py b/plugins/MessageParser/plugin.py index 45385d878..b9fd2c754 100644 --- a/plugins/MessageParser/plugin.py +++ b/plugins/MessageParser/plugin.py @@ -372,7 +372,7 @@ class MessageParser(callbacks.Plugin, plugins.ChannelDBHandler): Lists regexps present in the triggers database. is only necessary if the message isn't sent in the channel - itself. Regexp ID listed in paretheses. + itself. Regexp ID listed in parentheses. """ db = self.getDb(channel) cursor = db.cursor() diff --git a/src/version.py b/src/version.py index 49cc3f160..751e159f5 100644 --- a/src/version.py +++ b/src/version.py @@ -1,3 +1,3 @@ """stick the various versioning attributes in here, so we only have to change them once.""" -version = '0.83.4.1+limnoria (2011-08-06T18:55:38+0200)' +version = '0.83.4.1+limnoria (2011-08-06T18:56:28+0200)'