summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/source/core/data/postit.cxx2
1 files changed, 1 insertions, 1 deletions
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();