[Libreoffice-commits] core.git: sw/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Oct 8 18:17:54 UTC 2019


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

New commits:
commit 412c6c1ca9a9ed5c585935e8b6cfc70f1a7152c4
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Tue Oct 8 16:28:01 2019 +0200
Commit:     Andrea Gelmini <andrea.gelmini at gelma.net>
CommitDate: Tue Oct 8 20:16:30 2019 +0200

    Fix typo
    
    Change-Id: I10c8518ebd3897fa32bdd67f7e4d726ce5ff1cec
    Reviewed-on: https://gerrit.libreoffice.org/80475
    Tested-by: Jenkins
    Reviewed-by: Andrea Gelmini <andrea.gelmini at gelma.net>

diff --git a/sw/source/uibase/docvw/edtwin.cxx b/sw/source/uibase/docvw/edtwin.cxx
index 9271e4ec3aa8..6eddf90f54b9 100644
--- a/sw/source/uibase/docvw/edtwin.cxx
+++ b/sw/source/uibase/docvw/edtwin.cxx
@@ -6127,7 +6127,7 @@ void QuickHelpData::SortAndFilter(const OUString &rOrigWord)
 // Now the result of SwEditShell::GetChunkForAutoText is passed here to SwEditWin::ShowAutoText, and
 // then to SwGlossaryList::HasLongName, where all existing autotext entries' long names are tested
 // if they start with one of the list elements. The matches are sorted according the position of the
-// candidate that matched first, then alhpabetically inside the group of suggestions for a given
+// candidate that matched first, then alphabetically inside the group of suggestions for a given
 // candidate. Say, if we have these AutoText entry long names:
 //    "Dr Frodo"
 //    "Dr Credo"


More information about the Libreoffice-commits mailing list