summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/index.rst b/doc/index.rst
index 44c2983..14bfddc 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -13,7 +13,7 @@ which typically have the following characteristics:
* certain options are common to all: ``--help``, ``--version``
Programs like the above are often used as filters in a pipeline.
-The scaffoling to set up a command line parser, open each input
+The scaffolding to set up a command line parser, open each input
file, read each line of input, etc, is the same in each program.
Only the logic of what to do with each line differs.