diff options
-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 |