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()));
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