sfx2/source/view/viewsh.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ab4f4c9d5c621286cca38d103fe16ecaa4b649ab
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Sat Aug 12 21:37:58 2023 +0200
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sun Aug 13 11:11:32 2023 +0200

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

diff --git a/sfx2/source/view/viewsh.cxx b/sfx2/source/view/viewsh.cxx
index 18208bb8e919..b4935b0d0ca8 100644
--- a/sfx2/source/view/viewsh.cxx
+++ b/sfx2/source/view/viewsh.cxx
@@ -616,7 +616,7 @@ int LOKDocumentFocusListener::getCaretPosition() const
 //  is skipped until the composition is over.
 //  On the contrary the composition would be aborted, making dictation not 
possible.
 //  Anyway when the text change has been performed by another view we are in 
due
-//  to upadate the clipboard content even if the user is in the middle of a 
composition.
+//  to update the clipboard content even if the user is in the middle of a 
composition.
 void LOKDocumentFocusListener::notifyFocusedParagraphChanged(bool force)
 {
     aboutView("LOKDocumentFocusListener::notifyFocusedParagraphChanged", this, 
m_pViewShell);

Reply via email to