From 77eb958d70afda3ea84147c1bd80e168e950da37 Mon Sep 17 00:00:00 2001 From: Bruno Turcksin Date: Tue, 5 Dec 2017 21:59:34 -0500 Subject: [PATCH] Fix typos. --- contrib/python-bindings/include/cell_accessor_wrapper.h | 2 +- contrib/python-bindings/source/export_triangulation.cc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/python-bindings/include/cell_accessor_wrapper.h b/contrib/python-bindings/include/cell_accessor_wrapper.h index 6172767ad1..159057eef8 100644 --- a/contrib/python-bindings/include/cell_accessor_wrapper.h +++ b/contrib/python-bindings/include/cell_accessor_wrapper.h @@ -115,7 +115,7 @@ namespace python DeclException2(ExcVertexDoesNotExist, int, int, << "Requested vertex number " << arg1 - << "does not exist. The largest vertex number " + << " does not exist. The largest vertex number " << "acceptable is "<< arg2-1); private: diff --git a/contrib/python-bindings/source/export_triangulation.cc b/contrib/python-bindings/source/export_triangulation.cc index 27e628bde4..867cb26c0c 100644 --- a/contrib/python-bindings/source/export_triangulation.cc +++ b/contrib/python-bindings/source/export_triangulation.cc @@ -246,7 +246,7 @@ namespace python const char shift_docstring [] = - "Shift every vertex of the Triangulation by the gien shift vector \n" + "Shift every vertex of the Triangulation by the given shift vector \n" ; @@ -274,7 +274,7 @@ namespace python "faces of the triangulation to the faces of out_tria. If you need to \n" "specify manifold ids on interior faces, they have to be specified \n" "manually after the triangulation is created. This function will fail \n" - "the input Triangulation contains hanging nodes. \n" + "if the input Triangulation contains hanging nodes. \n" ; -- 2.39.5