From: David Wells Date: Mon, 21 Sep 2015 14:53:43 +0000 (-0400) Subject: Fix some typos. X-Git-Tag: v8.4.0-rc2~387^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9750455e10f86f53caca8a443a50cc03decd9209;p=dealii.git Fix some typos. --- diff --git a/cmake/cpack-mac-bundle/dealii-terminal.in b/cmake/cpack-mac-bundle/dealii-terminal.in index c78b401fa7..71b887dc41 100755 --- a/cmake/cpack-mac-bundle/dealii-terminal.in +++ b/cmake/cpack-mac-bundle/dealii-terminal.in @@ -29,7 +29,7 @@ if [ -z "$DEAL_II_BUNDLE" ]; then return=`/usr/bin/osascript <tree_widget. - * We use the QXmlStreaReader class for this. + * We use the QXmlStreamReader class for this. * There must be a start element * <ParameterHandler> * and an end element </ParameterHandler> diff --git a/contrib/parameter_gui/xml_parameter_writer.h b/contrib/parameter_gui/xml_parameter_writer.h index 57cd338888..de2f425b7a 100644 --- a/contrib/parameter_gui/xml_parameter_writer.h +++ b/contrib/parameter_gui/xml_parameter_writer.h @@ -50,7 +50,7 @@ namespace dealii XMLParameterWriter (QTreeWidget *tree_widget); /** * This function writes the parameter values stored in tree_widget - * to @p device in XML format. We use the QXmlStreaWriter class + * to @p device in XML format. We use the QXmlStreamWriter class * for this. The root element is * <ParameterHandler> */ diff --git a/contrib/utilities/gridio.cc b/contrib/utilities/gridio.cc index a2712b12bf..5940b74593 100644 --- a/contrib/utilities/gridio.cc +++ b/contrib/utilities/gridio.cc @@ -16,7 +16,7 @@ // Author: Guido Kanschat // A little program reading a grid *.inp and writing it to *.eps. -// Some more functionality should be added som time. +// Some more functionality should be added some time. #include #include diff --git a/doc/users/cmakelists.html b/doc/users/cmakelists.html index 116af8866d..046bf68fcf 100644 --- a/doc/users/cmakelists.html +++ b/doc/users/cmakelists.html @@ -409,7 +409,7 @@ statement:
 FOREACH(element ${list})
   ...
-ENDFOREACH
+ENDFOREACH()
 
Note: It is also possible to specify the list directly: