Bug 322222

Summary: Spelling error Incomming -> Incoming
Product: [Unmaintained] telepathy Reporter: Diane Trout <alienghic>
Component: approverAssignee: Telepathy Bugs <kde-telepathy-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 0.6.2   
Target Milestone: Future   
Platform: Debian unstable   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Diane Trout 2013-07-11 02:42:47 UTC
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()));
Comment 1 David Edmundson 2013-07-11 06:43:46 UTC
Git commit ca46a8cc74dacf94da0adb38b81a7aaf08ef4943 by David Edmundson, on behalf of Diane Trout.
Committed on 11/07/2013 at 06:42.
Pushed by davidedmundson into branch 'master'.

Fix typo in debug line
Reviewed-by: David Edmundson

M  +1    -1    src/tubechannelapprover.cpp

http://commits.kde.org/telepathy-approver/ca46a8cc74dacf94da0adb38b81a7aaf08ef4943