summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2005-07-08 06:18:30 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2005-07-08 06:18:30 +0000
commit4b3b80cf941d26c2fda979fdb7941cc005894de0 (patch)
tree2ee046a6b8e8faeee08afc176063a17b74751938 /eclass
parentKeyworded ~ppc-macos. Closes bug 93977. (diff)
downloadhistorical-4b3b80cf941d26c2fda979fdb7941cc005894de0.tar.gz
historical-4b3b80cf941d26c2fda979fdb7941cc005894de0.tar.bz2
historical-4b3b80cf941d26c2fda979fdb7941cc005894de0.zip
Do we know how to spell Fortran?
Diffstat (limited to 'eclass')
-rw-r--r--eclass/fortran.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/fortran.eclass b/eclass/fortran.eclass
index 8969471c154c..234ab032b177 100644
--- a/eclass/fortran.eclass
+++ b/eclass/fortran.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/fortran.eclass,v 1.7 2005/07/06 20:34:36 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/fortran.eclass,v 1.8 2005/07/08 06:18:30 spyderous Exp $
#
# Author: Danny van Dyk <kugelfang@gentoo.org>
#
@@ -119,7 +119,7 @@ need_fortran() {
use debug && echo "MY_FORTRAN: \"${MY_FORTRAN}\""
if ! hasq ${MY_FORTRAN} ${AVAILABLE}; then
- eerror "Current Fortan Compiler is set to ${MY_FORTRAN}, which is not usable with this package !"
+ eerror "Current Fortran Compiler is set to ${MY_FORTRAN}, which is not usable with this package !"
die "Wrong Fortran Compiler !"
fi