aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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