summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-05-17 13:36:29 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-05-17 16:02:30 +0200
commit9786f2b0b7979a4cb781ea52b4510eecfd15dc49 (patch)
treebd90ecb072cf4a1b790dfffda0c21b4de1b1724a /include
parent78dc713fd7b7abe4612c740a37a22eda8fc63cd2 (diff)
Fix typos
Change-Id: I3ecb671165ba65baaf304e7afec097209c8c88d8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94384 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include')
-rw-r--r--include/editeng/numitem.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/numitem.hxx b/include/editeng/numitem.hxx
index 629d4c56f071..38dbfe90370a 100644
--- a/include/editeng/numitem.hxx
+++ b/include/editeng/numitem.hxx
@@ -105,7 +105,7 @@ private:
OUString sPrefix;
OUString sSuffix;
std::optional<OUString> sListFormat; // Format string ">%1.%2<" can be used instead of prefix/suffix
- // Right now it is optional value to dostinguish empty list format
+ // Right now it is optional value to distinguish empty list format
// and not set list format when we need to fallback to prefix/suffix.
SvxAdjust eNumAdjust;