aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@1d96b42b-98df-4a6a-9d84-1b24288d4588>2001-05-07 14:14:29 +0000
committerallen <allen@1d96b42b-98df-4a6a-9d84-1b24288d4588>2001-05-07 14:14:29 +0000
commit6a7a53dd0ff24b0e4e4510331bec55a158deaf35 (patch)
treebf8636b593a6b736c91a9909b5596c50add1f15b
parent007acccaf9dc0b6de2d3befa753330e3cdb3210b (diff)
Typo in error message
git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllPETSc/trunk@52 1d96b42b-98df-4a6a-9d84-1b24288d4588
-rw-r--r--src/make.configuration.defn4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/make.configuration.defn b/src/make.configuration.defn
index 0b2dbcc..2d1ac0f 100644
--- a/src/make.configuration.defn
+++ b/src/make.configuration.defn
@@ -16,7 +16,7 @@ ifeq ($(strip $(PETSC_DIR)), )
$(NAME): MissingPETSC_DIR
.pseudo: MissingPETSC_DIR
MissingPETSC_DIR:
- @echo "PETSc: need environment variable PETSC_DIR for compliling EllPETSc"
+ @echo "PETSc: need environment variable PETSC_DIR for compiling EllPETSc"
@echo "PETSc: set PETSC_DIR or remove EllPETSc from ThornList"
exit 2
endif
@@ -25,7 +25,7 @@ ifeq ($(strip $(PETSC_ARCH)), )
$(NAME): MissingPETSC_ARCH
.pseudo: MissingPETSC_ARCH
MissingPETSC_ARCH:
- @echo "PETSc: need environment variable PETSC_ARCH for compliling EllPETSc"
+ @echo "PETSc: need environment variable PETSC_ARCH for compiling EllPETSc"
@echo "PETSc: set PETSC_ARCH or remove EllPETSc from ThornList"
exit 2
endif