sc/source/core/data/postit.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d8e012b6a71ed1499d0e25122cc65c13cdadddf6
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Aug 14 14:27:49 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Mon Aug 14 17:18:03 2023 +0200

    Fix typo
    
    Change-Id: I5975a46e2692b1af221ca716d2a117e424948c15
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155664
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/sc/source/core/data/postit.cxx b/sc/source/core/data/postit.cxx
index b631d7659d99..e46836f12e53 100644
--- a/sc/source/core/data/postit.cxx
+++ b/sc/source/core/data/postit.cxx
@@ -980,7 +980,7 @@ ScPostIt* ScNoteUtil::CreateNoteFromGenerator(
     ScCaptionInitData& rInitData = *aNoteData.mxInitData;
     rInitData.mxGenerator = std::move(xGenerator);
     // because the Caption is generated on demand, we will need to create the
-    // simple text now to supply any querys for that which don't require
+    // simple text now to supply any queries for that which don't require
     // creation of a full Caption
     rInitData.maSimpleText = rInitData.mxGenerator->GetSimpleText();
 

Reply via email to