summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-18 09:49:48 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-04-18 09:49:48 +0000
commit5bdbd10a2cd10eb9a48f856ed51fa85fbb4adaac (patch)
tree0f1b5b28192cf3e270ab37d97886c33fedd41423 /Makefile
parent782eb449e55c99309bfc1cb6d4ed12c52720e288 (diff)
Fixing typo.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1569 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6da8585f..a8ab0575 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
#
#
# @enddesc
-# @version $Id: Makefile,v 1.86 2000-04-17 20:16:22 goodale Exp $
+# @version $Id: Makefile,v 1.87 2000-04-18 09:49:48 goodale Exp $
# @@*/
##################################################################################
@@ -782,7 +782,7 @@ downsize:
then \
if ($(SETUP_ENV) $(PERL) -s $(SETUP) $(SETUP_OPTIONS) $@) ; then : ; else\
echo "" ; \
- echo "Error creating configuretion $@" ; \
+ echo "Error creating configuration $@" ; \
exit 2 ; \
fi ; \
if test -n "$(THORNLIST)" ; \