From ed8b65114344eba83c4bcc079e95dd91d4ff81ff Mon Sep 17 00:00:00 2001 From: Chris Lerner Date: Mon, 18 Mar 2024 16:24:23 +0100 Subject: [PATCH] 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.6 6.5 6.2 Change-Id: Ib4d0991d314cd300a56def8797cac604fa88ea35 Reviewed-by: Axel Spoerl (cherry picked from commit 379f23cfdc5f28557de516d837895b27364354df) Reviewed-by: Qt Cherry-pick Bot --- examples/dbus/doc/src/chat.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/dbus/doc/src/chat.qdoc b/examples/dbus/doc/src/chat.qdoc index 905c937e7a3..fdbc2f30ae6 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