diff options
author | John Wiegley <johnw@newartisans.com> | 2010-06-10 16:54:31 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2010-06-10 16:54:31 -0400 |
commit | f7d872dbd2a9f65c1aae39abb80fe94326ada9af (patch) | |
tree | 66589373effaca40bdc296bce2f9aefee84db107 /acprep | |
parent | ab749742d9ccadc087e412187ee3a9d262aed475 (diff) | |
download | fork-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-x | acprep | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |