summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-06-09 19:56:36 +0100
committerLars Wirzenius <liw@liw.fi>2013-06-09 19:56:36 +0100
commitf497402632bfa9b31acc645529dc576008db0019 (patch)
tree7e4e5d6af77605bbcf17619b6ccec3e85fec8522 /README
parent635f280ee4595504e5655da2b7715a911d265295 (diff)
downloadcliapp-f497402632bfa9b31acc645529dc576008db0019.tar.gz
Typo fix
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 540fdb0..c10c8dd 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ README for cliapp
=================
cliapp is a Python framework for Unix-like command line programs.
-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.