Fix issues from downstream patches and suppressions
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_cluster.cpp
index 751c62f6d0f6515f428c441674a812634f64ffc0..9fdaa533c9b0653ccd605a1c3082fcb3862230a6 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) 2013,2014,2015,2016,2017 by the GROMACS development team.
- * Copyright (c) 2018,2019,2020, by the GROMACS development team, led by
+ * Copyright (c) 2018,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.
@@ -353,7 +353,7 @@ static void gather(t_mat* m, real cutoff, t_clusters* clust)
     }
     if (k != nn)
     {
-        gmx_incons("gather algortihm");
+        gmx_incons("gather algorithm");
     }
     std::sort(d, d + nn, rms_dist_comp);