summaryrefslogtreecommitdiffstats
path: root/examples/dbus/doc/src
diff options
context:
space:
mode:
authorChris Lerner <chris.lerner@qt.io>2024-03-18 16:24:23 +0100
committerChris René Lerner <chris.lerner@qt.io>2024-03-19 12:45:38 +0000
commit379f23cfdc5f28557de516d837895b27364354df (patch)
treee79d233bdab52d4f5f5dca4152f903e265e54b33 /examples/dbus/doc/src
parent282839ad410f2e6104a6e31c386764fcc06c573e (diff)
Correct a typo in the reference documentation of D-Bus Chat example
In the sentence "Users connect and send message to each other", change "message" to "messages". Pick-to: 6.7 6.6 6.5 6.2 Change-Id: Ib4d0991d314cd300a56def8797cac604fa88ea35 Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
Diffstat (limited to 'examples/dbus/doc/src')
-rw-r--r--examples/dbus/doc/src/chat.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dbus/doc/src/chat.qdoc b/examples/dbus/doc/src/chat.qdoc
index 905c937e7a..fdbc2f30ae 100644
--- a/examples/dbus/doc/src/chat.qdoc
+++ b/examples/dbus/doc/src/chat.qdoc
@@ -9,7 +9,7 @@
\brief Demonstrates communication among instances of an application.
\e Chat is a \l{Qt D-Bus} example which demonstrates a simple chat system
- among instances of an application. Users connect and send message to
+ among instances of an application. Users connect and send messages to
each other.
\image dbus-chat-example.webp