From 6a7a53dd0ff24b0e4e4510331bec55a158deaf35 Mon Sep 17 00:00:00 2001 From: allen Date: Mon, 7 May 2001 14:14:29 +0000 Subject: Typo in error message git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllPETSc/trunk@52 1d96b42b-98df-4a6a-9d84-1b24288d4588 --- src/make.configuration.defn | 4 ++-- 1 file 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 -- cgit v1.2.3