diff options
Diffstat (limited to 'include/editeng')
-rw-r--r-- | include/editeng/numitem.hxx | 2 |
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; |