Bug 322222 - Spelling error Incomming -> Incoming
Summary: Spelling error Incomming -> Incoming
Status: RESOLVED FIXED
Alias: None
Product: telepathy
Classification: Unmaintained
Component: approver (show other bugs)
Version: 0.6.2
Platform: Debian unstable Linux
: NOR normal
Target Milestone: Future
Assignee: Telepathy Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-11 02:42 UTC by Diane Trout
Modified: 2013-07-11 06:43 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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