summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-04-08 21:26:32 +0100
committerLars Wirzenius <liw@liw.fi>2013-04-08 21:26:32 +0100
commit523b35b494f619c58aa11f20a4643999f5bd518c (patch)
treebe37d06804ad59ce2bc8f200939c95e7cfa6f153
parent9b8176d4c122d15eec80f23ebe70954045e7bbde (diff)
downloadcliapp-523b35b494f619c58aa11f20a4643999f5bd518c.tar.gz
Fix typo in Sphinx docs
-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.