src/httpserver.py: fix typo.

This commit is contained in:
skizzhg 2011-08-06 18:53:53 +02:00 committed by Valentin Lorentz
parent 7d8258f6a2
commit 4ac82fb411
2 changed files with 2 additions and 2 deletions

View File

@ -126,7 +126,7 @@ class SupyHTTPServerCallback:
name = "Unnamed plugin" name = "Unnamed plugin"
defaultResponse = _(""" defaultResponse = _("""
This is a default response of the Supybot HTTP server. If you see this This is a default response of the Supybot HTTP server. If you see this
message, it probably means you are developping a plugin, and you have message, it probably means you are developing a plugin, and you have
neither overriden this message or defined an handler for this query.""") neither overriden this message or defined an handler for this query.""")
def doGet(self, handler, path, *args, **kwargs): def doGet(self, handler, path, *args, **kwargs):

View File

@ -1,3 +1,3 @@
"""stick the various versioning attributes in here, so we only have to change """stick the various versioning attributes in here, so we only have to change
them once.""" them once."""
version = '0.83.4.1+limnoria (2011-08-06T18:53:15+0200)' version = '0.83.4.1+limnoria (2011-08-06T18:53:53+0200)'