Skip to content
Snippets Groups Projects
Commit e2afbbf1 authored by Oliver Sander's avatar Oliver Sander Committed by Steffen Müthing
Browse files

Fix typos


(cherry picked from commit 1906105f)
Signed-off-by: default avatarSteffen Müthing <muething@dune-project.org>
parent 8a41b6ef
No related branches found
No related tags found
No related merge requests found
......@@ -187,7 +187,7 @@ int main(){
if(0!=testRandomAccess()) {
ret++;
cerr<< "Ransom Access failed!"<<endl;
cerr<< "Random Access failed!"<<endl;
}
if(0!=testSorting()) {
......
......@@ -1054,7 +1054,7 @@ namespace Dune {
* \code
* #include <dune/common/utility.hh>
* \endcode
* This function provides functionality similiar to genericTransformTuple(),
* This function provides functionality similar to genericTransformTuple(),
* although less general and closer in spirit to ForEachType.
*
* \tparam TypeEvaluator Used as the \c TE template argument to
......
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