Fix typoes.

This commit is contained in:
Valentin Lorentz 2011-10-02 11:54:52 +02:00
parent bef4aa2ee1
commit 3c214bb590

View File

@ -71,7 +71,7 @@ informations)::
# registering the callback # registering the callback
callback = SupystoryServerCallback() # create an instance of the callback callback = SupystoryServerCallback() # create an instance of the callback
httpserver.hook('webstats', callback) # register the callback at `/webstats` httpserver.hook('supystory', callback) # register the callback at `/supystory`
By the way, don't forget to unhook your callback when unloading your plugin, By the way, don't forget to unhook your callback when unloading your plugin,
unless what it will be impossible to reload the plugin! Append this code to unless what it will be impossible to reload the plugin! Append this code to