From e2afbbf1c2e2d217f202cfec18eebd42d4749caa Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Thu, 30 Jul 2015 14:28:18 +0200 Subject: [PATCH] Fix typos MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 1906105f6ea4a4ce43fe4c053d015730c8c76536) Signed-off-by: Steffen Müthing <muething@dune-project.org> --- dune/common/test/arraylisttest.cc | 2 +- dune/common/tupleutility.hh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dune/common/test/arraylisttest.cc b/dune/common/test/arraylisttest.cc index de64c6f4e..0b0e0ebc1 100644 --- a/dune/common/test/arraylisttest.cc +++ b/dune/common/test/arraylisttest.cc @@ -187,7 +187,7 @@ int main(){ if(0!=testRandomAccess()) { ret++; - cerr<< "Ransom Access failed!"<<endl; + cerr<< "Random Access failed!"<<endl; } if(0!=testSorting()) { diff --git a/dune/common/tupleutility.hh b/dune/common/tupleutility.hh index ea2023c19..4267275f5 100644 --- a/dune/common/tupleutility.hh +++ b/dune/common/tupleutility.hh @@ -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 -- GitLab