summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-01-23 21:55:09 +0100
committerAndrea Gelmini <andrea.gelmini@gelma.net>2022-01-23 23:18:39 +0100
commitd63b243594d7e5ca3402745f662b4349cc5753f7 (patch)
tree863f8655417d72e67e16cf32ad445141ecc63bcc
parent3366b529bbb51de725d5341bf25f9ea961fd0c0b (diff)
Fix typo
Change-Id: I4d29762972355fd0794742349e1b14a50d3b4c40 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128843 Tested-by: Jenkins Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
-rw-r--r--sw/source/core/doc/extinput.cxx2
1 files changed, 1 insertions, 1 deletions
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();