| Summary: | Spelling error Incomming -> Incoming | ||
|---|---|---|---|
| Product: | [Unmaintained] telepathy | Reporter: | Diane Trout <alienghic> |
| Component: | approver | Assignee: | Telepathy Bugs <kde-telepathy-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 0.6.2 | ||
| Target Milestone: | Future | ||
| Platform: | Debian unstable | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/telepathy-approver/ca46a8cc74dacf94da0adb38b81a7aaf08ef4943 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
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 |
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()));