[ekiga] Fix typo (permantent)



commit 4b2bac13d83f8fdc9950a16318439f6b7ac8bfaa
Author: Anders Jonsson <anders jonsson norsjovallen se>
Date:   Tue Jun 2 00:25:06 2015 +0200

    Fix typo (permantent)

 lib/engine/components/opal/opal-account.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/engine/components/opal/opal-account.cpp b/lib/engine/components/opal/opal-account.cpp
index e091f68..f42dc81 100644
--- a/lib/engine/components/opal/opal-account.cpp
+++ b/lib/engine/components/opal/opal-account.cpp
@@ -1239,7 +1239,7 @@ Opal::Account::OnPresenceChange (OpalPresentity& /*presentity*/,
     }
     else if (info->m_activities.Contains ("permanent-absence")) {
       new_presence = "away";
-      new_status = _("Permantent Absence");
+      new_status = _("Permanent Absence");
     }
     else if (info->m_activities.Contains ("presentation")) {
       new_presence = "away";


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]