[Libreoffice-commits] core.git: sw/inc
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sun Apr 26 13:39:45 UTC 2020
sw/inc/crstate.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 309569f7d1d144e7b1bcaa0211f04e9b26b9f2fd
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Apr 24 18:40:02 2020 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Apr 26 15:39:08 2020 +0200
Fix typo
Change-Id: I0c0c7350b1b8c8630953cdf87146da933de757e4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92869
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
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
More information about the Libreoffice-commits
mailing list