From 89d2420473f877130776349da960e56a4f951022 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Sun, 5 Feb 2006 10:19:36 +0000 Subject: [PATCH] typo --- src/common/contacts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/contacts.py b/src/common/contacts.py index 86b03e172..d5a14ed06 100644 --- a/src/common/contacts.py +++ b/src/common/contacts.py @@ -290,7 +290,7 @@ class Contacts: def is_pm_from_contact(self, account, contact): '''Returns True if the given contact is a private message contact''' - if isinstance(contact, Contcat): + if isinstance(contact, Contact): return False return True