From: Fredrik Wendt Date: Wed, 9 Jun 2010 16:14:06 +0000 (+0100) Subject: fixed typo in Contact X-Git-Tag: 0.8.0~27 X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;ds=sidebyside;h=43ad7a439f3bf76037e078b58a33cac10c6cc46e;p=hermes fixed typo in Contact Signed-off-by: Fredrik Wendt --- diff --git a/package/src/org/maemo/hermes/engine/contact.py b/package/src/org/maemo/hermes/engine/contact.py index 4cb4128..e9f36fe 100644 --- a/package/src/org/maemo/hermes/engine/contact.py +++ b/package/src/org/maemo/hermes/engine/contact.py @@ -32,7 +32,7 @@ class Contact: EBook.""" self._book = book - self._econtact = econtact + self._contact = econtact self._identifiers = self._find_ids() self._mapped_to = set([])