From 8862daa3fcc90f5957fe6abbc0ec433e486184bd Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Sun, 27 Nov 2005 22:28:33 +0000 Subject: [PATCH] typo --- src/gajim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gajim.py b/src/gajim.py index 4080f95ba..505df9580 100755 --- a/src/gajim.py +++ b/src/gajim.py @@ -1067,7 +1067,7 @@ class Interface: # so http://be) will match http://be and http://be)be) will match http://be)be prefixes = (r'http://', r'https://', r'news://', r'ftp://', r'ed2k://', - r'magnet:', r', r'www\.', r'ftp\.') + r'magnet:', r'www\.', r'ftp\.') # NOTE: it's ok to catch www.gr such stuff exist! #FIXME: recognize xmpp: and treat it specially