From 309569f7d1d144e7b1bcaa0211f04e9b26b9f2fd Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 24 Apr 2020 18:40:02 +0200 Subject: Fix typo Change-Id: I0c0c7350b1b8c8630953cdf87146da933de757e4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92869 Tested-by: Jenkins Reviewed-by: Julien Nabet --- sw/inc/crstate.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw') diff --git a/sw/inc/crstate.hxx b/sw/inc/crstate.hxx index c7a67428d2e6..9b223319fd93 100644 --- a/sw/inc/crstate.hxx +++ b/sw/inc/crstate.hxx @@ -31,7 +31,7 @@ enum class SwFillMode TabSpace, ///< fill with spaces and tabs Space, ///< fill with spaces Margin, ///< only align left, center, right - Indent ///< by left paragraph indention + Indent ///< by left paragraph indentation }; struct SwFillCursorPos -- cgit