From: Mikael Vaillant Date: Mon, 23 Sep 2024 20:41:22 +0000 (-0400) Subject: correct typos X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62f4c621eef2fa97924b7f9802eacdee1ea19ece;p=dealii.git correct typos --- diff --git a/source/grid/grid_in.cc b/source/grid/grid_in.cc index e8bf9b1e0b..382b66a995 100644 --- a/source/grid/grid_in.cc +++ b/source/grid/grid_in.cc @@ -2019,7 +2019,7 @@ GridIn::read_msh(std::istream &input_stream) // contain the the file stripped of the comments std::string stripped_file; - // Comments can be included by mesh generating softwares and must be deleted, + // Comments can be included by mesh generating software and must be deleted, // a string is filed with the content of the file stripped of the comments while (std::getline(input_stream, line)) {