desktop/source/lib/init.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a507daadb1e033eaccc24f0d0115f5010c58873b
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Feb 26 21:48:13 2024 +0100
Commit:     Taichi Haradaguchi <20001...@ymail.ne.jp>
CommitDate: Tue Feb 27 09:12:58 2024 +0100

    Fix typo
    
    Change-Id: Id1e21804fb2bc93887892192e38b655c8654ed7e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163991
    Reviewed-by: Taichi Haradaguchi <20001...@ymail.ne.jp>
    Tested-by: Taichi Haradaguchi <20001...@ymail.ne.jp>

diff --git a/desktop/source/lib/init.cxx b/desktop/source/lib/init.cxx
index f2382e05952d..a53a228ada06 100644
--- a/desktop/source/lib/init.cxx
+++ b/desktop/source/lib/init.cxx
@@ -4826,7 +4826,7 @@ static void 
doc_postWindowKeyEvent(LibreOfficeKitDocument* /*pThis*/, unsigned n
 //
 // Typically a problem arises when double clicking a shape in calc. The 1st
 // click selects the shape, triggering generation of a preview, but the second
-// shape engers into edit mode befoce doc_renderShapeSelection has a chance to
+// shape engers into edit mode before doc_renderShapeSelection has a chance to
 // fire, at which point the shape is no longer selected. Rather than generate
 // an error just return a 0 length result if there is no shape selected, so we
 // continue to generate an error if a shape is selected, but could not provide

Reply via email to