[telepathy] [Bug 322222] New: Spelling error Incomming -> Incoming

Diane Trout alienghic at gmail.com
Thu Jul 11 03:42:47 BST 2013


https://bugs.kde.org/show_bug.cgi?id=322222

            Bug ID: 322222
           Summary: Spelling error Incomming -> Incoming
    Classification: Unclassified
           Product: telepathy
           Version: 0.6.2
          Platform: Debian unstable
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: approver
          Assignee: kde-telepathy-bugs at kde.org
          Reporter: alienghic at gmail.com

Lintian reported a spelling error. "Incomming".

Reproducible: Always

Steps to Reproduce:
Look at line 42 of src/tubechannelapprover.cpp 
Actual Results:  
Read "Incomming tube channel"

Expected Results:  
Read "Incoming tube channel"

--- a/src/tubechannelapprover.cpp
+++ b/src/tubechannelapprover.cpp
@@ -39,7 +39,7 @@
 {
     Q_UNUSED(parent);

-    kDebug() << "Incomming tube channel";
+    kDebug() << "Incoming tube channel";
     kDebug() << "\tTube Type:" << channel->channelType();

     connect(m_channel.data(),
SIGNAL(invalidated(Tp::DBusProxy*,QString,QString)),
SLOT(onChannelInvalidated()));

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kde-telepathy-bugs mailing list