From 9786f2b0b7979a4cb781ea52b4510eecfd15dc49 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 17 May 2020 13:36:29 +0200 Subject: Fix typos Change-Id: I3ecb671165ba65baaf304e7afec097209c8c88d8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94384 Tested-by: Jenkins Reviewed-by: Julien Nabet --- include/editeng/numitem.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/editeng') 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 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; -- cgit