diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-10-08 16:28:01 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-10-08 20:16:30 +0200 |
commit | 412c6c1ca9a9ed5c585935e8b6cfc70f1a7152c4 (patch) | |
tree | eaf3f12c92c5ccd5575e1b90b806d3ee0d3fc645 /sw | |
parent | 392f2d64e303cc9a6b6955dfdbde7baea46a6e99 (diff) |
Fix typo
Change-Id: I10c8518ebd3897fa32bdd67f7e4d726ce5ff1cec
Reviewed-on: https://gerrit.libreoffice.org/80475
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/docvw/edtwin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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" |