summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.