Skip to content
Snippets Groups Projects
Commit 005780c9 authored by Ansgar Burchardt's avatar Ansgar Burchardt
Browse files

Correct spelling errors [ci skip]

parent b8d06d5c
No related branches found
No related tags found
1 merge request!212Fix link to build system doc
Pipeline #
# This Module checks whether the compiler supports the
# This module checks whether the compiler supports the
# abi::__cxa_demangle function required to
# make the type names returned by typeid() human-readable
#
# It sets the a variable :code:`HAVE_CXA_DEMANGLE` with the result.
# It sets the variable :code:`HAVE_CXA_DEMANGLE` with the result.
#
include(CheckCXXSourceCompiles)
......
......@@ -279,7 +279,7 @@ namespace Dune {
class InvalidStateException : public Exception {};
/*! \brief Default exception if an error in the parallel
communication of the programm occurred
communication of the program occurred
\ingroup ParallelCommunication
*/
class ParallelError : public Exception {};
......
......@@ -107,7 +107,7 @@ namespace Dune
You create a MPIGuard object. If an exception is risen on a
process the MPIGuard detects the exception, because the finalize
method was not called. when reaching the finalize call all
method was not called. When reaching the finalize call all
other processes are informed that an error occurred and the
MPIGuard throws an exception of type MPIGuardError.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment