sw/source/uibase/shells/textfld.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 47016a3374af6effb795ada4efa9fb682b566e25
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Tue May 2 23:35:38 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Wed May 3 06:45:50 2023 +0200

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

diff --git a/sw/source/uibase/shells/textfld.cxx 
b/sw/source/uibase/shells/textfld.cxx
index 8257038cb1e5..63d0db3c0b37 100644
--- a/sw/source/uibase/shells/textfld.cxx
+++ b/sw/source/uibase/shells/textfld.cxx
@@ -1061,7 +1061,7 @@ FIELD_INSERT:
                 IDocumentMarkAccess& rIDMA = *rSh.getIDocumentMarkAccess();
 
                 // Allow wizard to be re-run: delete previously 
wizard-inserted page number.
-                // Try before creating non-shared header: avoid coping ODD 
bookmark onto EVEN page.
+                // Try before creating non-shared header: avoid copying ODD 
bookmark onto EVEN page.
                 IDocumentMarkAccess::const_iterator_t ppMark = rIDMA.findMark(
                     sBookmarkName + OUString::number(rSh.GetVirtPageNum()));
                 if (ppMark != rIDMA.getAllMarksEnd() && *ppMark)

Reply via email to