aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/QXmppConfiguration.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/QXmppConfiguration.cpp b/src/QXmppConfiguration.cpp
index c549fcb4..c48e48c9 100644
--- a/src/QXmppConfiguration.cpp
+++ b/src/QXmppConfiguration.cpp
@@ -114,7 +114,7 @@ void QXmppConfiguration::setPassword(const QString& password)
/// Multiple resources (e.g., devices or locations) may connect simultaneously
/// to a server on behalf of each authorized client, with each resource
/// differentiated by the resource identifier of an XMPP address
-/// (e.g. node@domain/home vs. node@domain/work)
+/// (e.g. node\@domain/home vs. node\@domain/work)
///
/// The default value is "QXmpp".
///