From f7d872dbd2a9f65c1aae39abb80fe94326ada9af Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 10 Jun 2010 16:54:31 -0400 Subject: Fixed a minor typo in acprep --- acprep | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'acprep') 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 -- cgit v1.2.3