From 5f98d1472205f3d43e96264bf553a460ef2cc163 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger <asterix@lagaule.org> Date: Wed, 9 Mar 2005 17:05:21 +0000 Subject: [PATCH] typo --- Core/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Core/core.py b/Core/core.py index 8d4b4e3a00..ffdaee29e7 100644 --- a/Core/core.py +++ b/Core/core.py @@ -511,8 +511,8 @@ class GajimCore: hostname = self.cfgParser.tab[account]["hostname"] name = self.cfgParser.tab[account]["name"] password = self.passwords[account] - if not self.cfgParser.tab[account].has_key('resource']: - if not self.cfgParser.tab[account].has_key('ressource']: + if not self.cfgParser.tab[account].has_key('resource'): + if not self.cfgParser.tab[account].has_key('ressource'): resource = 'Gajim' else: resource = self.cfgParser.tab[account]['ressource'] -- GitLab