aboutsummaryrefslogtreecommitdiff
path: root/src/base/QXmppRtpChannel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/QXmppRtpChannel.cpp')
-rw-r--r--src/base/QXmppRtpChannel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/base/QXmppRtpChannel.cpp b/src/base/QXmppRtpChannel.cpp
index dd00947c..24af8252 100644
--- a/src/base/QXmppRtpChannel.cpp
+++ b/src/base/QXmppRtpChannel.cpp
@@ -81,7 +81,7 @@ void QXmppRtpChannel::setRemotePayloadTypes(const QList<QXmppJinglePayloadType>
commonOutgoingTypes << outgoingType;
}
if (commonOutgoingTypes.isEmpty()) {
- qWarning("QXmppRtpChannel could not negociate a common codec");
+ qWarning("QXmppRtpChannel could not negotiate a common codec");
return;
}
m_incomingPayloadTypes = commonIncomingTypes;