From 28c7d15df863a337ab17ee7248d2420e9979ea55 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Wed, 10 May 2017 11:10:31 -0400 Subject: hdf5: Correct spelling (#4172) * hdf5: Correct spelling * hdf5: avoid trailing spaces --- var/spack/repos/builtin/packages/hdf5/package.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/hdf5/package.py b/var/spack/repos/builtin/packages/hdf5/package.py index 3fc978e725..50ad30222f 100644 --- a/var/spack/repos/builtin/packages/hdf5/package.py +++ b/var/spack/repos/builtin/packages/hdf5/package.py @@ -79,11 +79,11 @@ class Hdf5(AutotoolsPackage): @property def libs(self): - """Hdf5 can be queried for the following parameters: + """HDF5 can be queried for the following parameters: - "hl": high-level interface - "cxx": C++ APIs - - "fortran": fortran APIs + - "fortran": Fortran APIs :return: list of matching libraries """ @@ -144,7 +144,7 @@ class Hdf5(AutotoolsPackage): def fortran_check(self): spec = self.spec if '+fortran' in spec and not self.compiler.fc: - msg = 'cannot build a fortran variant without a fortran compiler' + msg = 'cannot build a Fortran variant without a Fortran compiler' raise RuntimeError(msg) def configure_args(self): -- cgit v1.2.3-70-g09d2