summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2010-06-10 16:54:31 -0400
committerJohn Wiegley <johnw@newartisans.com>2010-06-10 16:54:31 -0400
commitf7d872dbd2a9f65c1aae39abb80fe94326ada9af (patch)
tree66589373effaca40bdc296bce2f9aefee84db107 /acprep
parentab749742d9ccadc087e412187ee3a9d262aed475 (diff)
downloadfork-ledger-f7d872dbd2a9f65c1aae39abb80fe94326ada9af.tar.gz
fork-ledger-f7d872dbd2a9f65c1aae39abb80fe94326ada9af.tar.bz2
fork-ledger-f7d872dbd2a9f65c1aae39abb80fe94326ada9af.zip
Fixed a minor typo in acprep
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep2
1 files changed, 1 insertions, 1 deletions
diff --git a/acprep b/acprep
index 387e47f6..4c4317d4 100755
--- a/acprep
+++ b/acprep
@@ -617,7 +617,7 @@ class PrepareBuild(CommandLineApp):
self.should_clean = True
return 'because acprep is newer than Makefile.in'
elif self.isnewer('configure.ac', 'configure'):
- return 'because confgure.ac is newer than configure'
+ return 'because configure.ac is newer than configure'
elif self.isnewer('Makefile.am', 'Makefile.in'):
return 'because Makefile.am is newer than Makefile.in'
return False