diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-04-24 18:40:02 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-04-26 15:39:08 +0200 |
commit | 309569f7d1d144e7b1bcaa0211f04e9b26b9f2fd (patch) | |
tree | 2e2edd13e65acef92b742038e748c04de51a32dd /sw | |
parent | 2c7bed21f45174833bf2b7d2598b008062917c65 (diff) |
Fix typo
Change-Id: I0c0c7350b1b8c8630953cdf87146da933de757e4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92869
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/crstate.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |