From 8a32473a6d9f41a90ac8f17113ec159cc87b7413 Mon Sep 17 00:00:00 2001 From: Thomas Fischer <thomas.fischer@ufz.de> Date: Tue, 25 May 2021 08:00:15 +0200 Subject: [PATCH] [T/xdmf] Fix spelling. --- Tests/xdmfdiff/xdmfdiff.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/xdmfdiff/xdmfdiff.cpp b/Tests/xdmfdiff/xdmfdiff.cpp index 635c3104c6d..84931821e3c 100644 --- a/Tests/xdmfdiff/xdmfdiff.cpp +++ b/Tests/xdmfdiff/xdmfdiff.cpp @@ -223,7 +223,7 @@ bool compareValues(std::vector<double> const& points_a, if (points_a.size() != points_b.size()) { std::cerr << "Number of points in the first mesh is " << points_a.size() - << " and differst from the number of point in the second " + << " and differs from the number of point in the second " "mesh, which is " << points_b.size() << "\n"; return false; -- GitLab