Merge remote-tracking branch 'origin/release-2021' into master
[alexxy/gromacs.git] / src / gromacs / linearalgebra / eigensolver.cpp
index e365d9b1d06afaca8d41e2bcd8c1ac1ed2c0ebaa..13ade2a338a48b73012c2a191d3860397955e842 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2004, The GROMACS development team.
  * Copyright (c) 2012,2013,2014,2015,2016 by the GROMACS development team.
- * Copyright (c) 2017,2019,2020, by the GROMACS development team, led by
+ * Copyright (c) 2017,2019,2020,2021, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -140,7 +140,7 @@ void eigensolver(real* a, int n, int index_lower, int index_upper, real* eigenva
     if (info != 0)
     {
         sfree(isuppz);
-        gmx_fatal(FARGS, "Internal errror in LAPACK diagonalization.");
+        gmx_fatal(FARGS, "Internal error in LAPACK diagonalization.");
     }
 
     lwork  = static_cast<int>(w0);