summary refs log tree commit diff
path: root/gnu/packages/maths.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2019-05-22 16:07:56 -0700
committerVagrant Cascadian <vagrant@debian.org>2019-05-22 18:21:16 -0700
commit784c3da11e48ff89639e604c00453be0cbe243e5 (patch)
treee25d703273d52c36dde90f20a54e7ec542bfb89e /gnu/packages/maths.scm
parent6a16b8aa68d6ccb5b55566b78b39a8433f3a03db (diff)
downloadguix-784c3da11e48ff89639e604c00453be0cbe243e5.tar.gz
gnu: hdf5-parallel-openmpi: Fix typo "explicitly".
* gnu/packages/maths (hdf5-parallel-openmpi): Fix typo.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r--gnu/packages/maths.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 46b670f60f..b9057dfead 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1116,7 +1116,7 @@ Swath).")
              (lambda _
                ;; OpenMPI's mpirun will exit with non-zero status if it
                ;; detects an "abnormal termination", i.e. any process not
-               ;; calling MPI_Finalize().  Since the test is explicitely
+               ;; calling MPI_Finalize().  Since the test is explicitly
                ;; avoiding MPI_Finalize so as not to have at_exit and thus
                ;; H5C_flush_cache from being called, mpirun will always
                ;; complain, so turn this test off.