Factoids: Fix typo.

Conflicts:

	plugins/Factoids/locale/fi.po
	plugins/Factoids/locale/fr.po
	plugins/Factoids/messages.pot
	src/version.py

Signed-off-by: James McCoy <vega.james@gmail.com>
(cherry picked from commit 8fb4cbcdc6)

Signed-off-by: Daniel Folkinshteyn <nanotube@users.sourceforge.net>
This commit is contained in:
Valentin Lorentz 2011-07-18 15:23:06 +02:00 committed by Daniel Folkinshteyn
parent 0a6d38f37a
commit f3136655e7
1 changed files with 1 additions and 1 deletions

View File

@ -643,7 +643,7 @@ class Factoids(callbacks.Plugin, plugins.ChannelDBHandler):
"""[<channel>] [--values] [--{regexp} <value>] [<glob> ...]
Searches the keyspace for keys matching <glob>. If --regexp is given,
it associated value is taken as a regexp and matched against the keys.
its associated value is taken as a regexp and matched against the keys.
If --values is given, search the value space instead of the keyspace.
"""
if not optlist and not globs: