sw/source/core/doc/extinput.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d63b243594d7e5ca3402745f662b4349cc5753f7
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sun Jan 23 21:55:09 2022 +0100
Commit:     Andrea Gelmini <andrea.gelm...@gelma.net>
CommitDate: Sun Jan 23 23:18:39 2022 +0100

    Fix typo
    
    Change-Id: I4d29762972355fd0794742349e1b14a50d3b4c40
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128843
    Tested-by: Jenkins
    Reviewed-by: Andrea Gelmini <andrea.gelm...@gelma.net>

diff --git a/sw/source/core/doc/extinput.cxx b/sw/source/core/doc/extinput.cxx
index 9a06cc1071a1..305dddcd4caa 100644
--- a/sw/source/core/doc/extinput.cxx
+++ b/sw/source/core/doc/extinput.cxx
@@ -201,7 +201,7 @@ void SwExtTextInput::SetInputData( const 
CommandExtTextInputData& rData )
             pTNd->EraseText( aIdx, nEndCnt - nSttCnt );
         }
 
-        // NOHINTEXPAND so we can use correct formatting in desctructor when 
we finish composing
+        // NOHINTEXPAND so we can use correct formatting in destructor when we 
finish composing
         pTNd->InsertText( rNewStr, aIdx, SwInsertFlags::NOHINTEXPAND );
         if( !HasMark() )
             SetMark();

Reply via email to