diff options
| author | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2020-07-05 15:45:56 +0000 |
|---|---|---|
| committer | grubert <grubert@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2020-07-05 15:45:56 +0000 |
| commit | 3e157674e41773a3bf2eb299fd4e57809f125af8 (patch) | |
| tree | 3a71cf7965a58b7bcf38f7dfa269e36ccab46a33 | |
| parent | 0d3262f496ca4969bb63dea621ab65f590abaea3 (diff) | |
| download | docutils-3e157674e41773a3bf2eb299fd4e57809f125af8.tar.gz | |
typo
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8520 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
| -rw-r--r-- | sandbox/manpage-writer/expected/indent.man | 2 | ||||
| -rw-r--r-- | sandbox/manpage-writer/input/indent.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sandbox/manpage-writer/expected/indent.man b/sandbox/manpage-writer/expected/indent.man index aa1986423..803657204 100644 --- a/sandbox/manpage-writer/expected/indent.man +++ b/sandbox/manpage-writer/expected/indent.man @@ -2,7 +2,7 @@ . .TH "INDENT" "" "" "" .SH NAME -indent \- test indenated blocks +indent \- test indentation blocks . .nr rst2man-indent-level 0 . diff --git a/sandbox/manpage-writer/input/indent.txt b/sandbox/manpage-writer/input/indent.txt index d055ffc02..1e6a628f3 100644 --- a/sandbox/manpage-writer/input/indent.txt +++ b/sandbox/manpage-writer/input/indent.txt @@ -3,7 +3,7 @@ indent ================================ ------------------------------ -test indenated blocks +test indentation blocks ------------------------------ an option block, and within it, a part of the text block indented. |
