From 9348c1876b6ac86dd3ed08ab6b44f82fcdb29706 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Fri, 18 Nov 2022 11:03:18 +0100 Subject: [PATCH] Typo --- tools/trexio.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/trexio.scm b/tools/trexio.scm index 5b3d6ee..72c7f7e 100644 --- a/tools/trexio.scm +++ b/tools/trexio.scm @@ -28,7 +28,7 @@ (inputs `(("hdf5" ,hdf5) ("gfortran", gfortran))) (synopsis "TREX I/O library") (description "The TREXIO library defines a standard format for storing wave functions, together with - an C-compatible API such that it can be easily used in any programming language.") + a C-compatible API such that it can be easily used in any programming language.") (home-page "https://trex-coe.github.io/trexio") (license bsd-3)))