From bda8ffbe6f49eae04624b5ce67b1ffb69048367c Mon Sep 17 00:00:00 2001
From: Felix Gruber <felgru@gmx.de>
Date: Tue, 16 Feb 2016 23:41:33 +0100
Subject: [PATCH] [cleanup] fix typos found with codespell

---
 cmake/modules/FindARPACK.cmake          | 2 +-
 cmake/modules/FindARPACKPP.cmake        | 2 +-
 doc/istl.tex                            | 8 ++++----
 dune/istl/eigenvalue/poweriteration.hh  | 4 ++--
 dune/istl/ilusubdomainsolver.hh         | 4 ++--
 dune/istl/paamg/aggregates.hh           | 4 ++--
 dune/istl/paamg/amg.hh                  | 4 ++--
 dune/istl/paamg/construction.hh         | 2 +-
 dune/istl/paamg/dependency.hh           | 4 ++--
 dune/istl/paamg/fastamg.hh              | 2 +-
 dune/istl/paamg/hierarchy.hh            | 2 +-
 dune/istl/paamg/kamg.hh                 | 4 ++--
 dune/istl/paamg/parameters.hh           | 2 +-
 dune/istl/paamg/renumberer.hh           | 2 +-
 dune/istl/paamg/smoother.hh             | 4 ++--
 dune/istl/paamg/test/parallelamgtest.cc | 2 +-
 dune/istl/repartition.hh                | 4 ++--
 dune/istl/solvers.hh                    | 2 +-
 dune/istl/test/complexmatrixtest.cc     | 2 +-
 dune/istl/test/matrixredisttest.cc      | 2 +-
 dune/istl/umfpack.hh                    | 2 +-
 dune/istl/vbvector.hh                   | 2 +-
 m4/superlu.m4                           | 4 ++--
 23 files changed, 35 insertions(+), 35 deletions(-)

diff --git a/cmake/modules/FindARPACK.cmake b/cmake/modules/FindARPACK.cmake
index 82979aaea..7215b0a37 100644
--- a/cmake/modules/FindARPACK.cmake
+++ b/cmake/modules/FindARPACK.cmake
@@ -78,7 +78,7 @@ if(ARPACK_FOUND)
   set(ARPACK_LIBRARIES ${ARPACK_LIBRARY})
   # log result
   file(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeOutput.log
-    "Determing location of ARPACK succeded:\n"
+    "Determing location of ARPACK succeeded:\n"
     "Libraries to link against: ${ARPACK_LIBRARIES}\n\n")
   set(ARPACK_DUNE_LIBRARIES ${ARPACK_LIBRARIES}
     CACHE STRING "Libraries used by DUNE when linking ARPACK programs")
diff --git a/cmake/modules/FindARPACKPP.cmake b/cmake/modules/FindARPACKPP.cmake
index 493171f0e..2a1e5e00c 100644
--- a/cmake/modules/FindARPACKPP.cmake
+++ b/cmake/modules/FindARPACKPP.cmake
@@ -97,7 +97,7 @@ if(ARPACKPP_FOUND)
   endif(ARPACKPP_LIBRARY)
   # log result
   file(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeOutput.log
-    "Determing location of ARPACK++ succeded:\n"
+    "Determing location of ARPACK++ succeeded:\n"
     "Include directory: ${ARPACKPP_INCLUDE_DIRS}\n"
     "Libraries to link against: ${ARPACKPP_LIBRARIES}\n\n")
   set(ARPACKPP_DUNE_COMPILE_FLAGS "-I${ARPACKPP_INCLUDE_DIRS}"
diff --git a/doc/istl.tex b/doc/istl.tex
index 901292d54..ee1f95514 100644
--- a/doc/istl.tex
+++ b/doc/istl.tex
@@ -367,7 +367,7 @@ structure can be generated simply with the copy constructor.
 
 For a matrix representing a linear map (or homomorphism) $A: V \mapsto
 W$ from vector space $V$ to vector space $W$ the recursive block
-structure of the matrix rows and columns immediatly follows
+structure of the matrix rows and columns immediately follows
  from the recursive block structure of the vectors representing
 the domain and range of the mapping, respectively. As a natural
 consequence we designed the following matrix classes:
@@ -634,7 +634,7 @@ operations $y = A(x)$ and $y = y + \alpha A(x)$, respectively.
 The subclass 
 \lstinline!template<class M, class X, class Y> AssembledLinearOperator!
 represents linear operators that have a matrix
-representation. Convertion from any matrix into a linear operator is
+representation. Conversion from any matrix into a linear operator is
 done by the class 
 \lstinline!template<class M, class X, class Y> MatrixAdapter!.
 
@@ -761,7 +761,7 @@ might be needed on new platforms.
 
 \section{Performance}
 We evaluated the performance of our implementation on a Petium 4 Mobile
-2.4 GHz with a measured memory bandwith of 1084 MB/s for the daypy
+2.4 GHz with a measured memory bandwidth of 1084 MB/s for the daypy
 operation ($x = y + \alpha z$) in Tables
 \ref{tab:istl_performance}. 
 \begin{table}[htb]
@@ -821,7 +821,7 @@ The performance for the scalarproduct,
 see Table \ref{tab:perf_sp},
 and the daxpy operation, see Table \ref{tab:perf_daxpy}  is nearly
 optimal and for large $N$ the limiting factor is clearly the memory
-bandwith. Table \ref{tab:perf_mvp} shows that we take advantage of
+bandwidth. Table \ref{tab:perf_mvp} shows that we take advantage of
 cache reusage for matrices of dense blocks with block size $b>1$.
 In Table
 \ref{tab:perf_gs} we compared the generic implementation of
diff --git a/dune/istl/eigenvalue/poweriteration.hh b/dune/istl/eigenvalue/poweriteration.hh
index 37cfbc948..a6a1cd072 100644
--- a/dune/istl/eigenvalue/poweriteration.hh
+++ b/dune/istl/eigenvalue/poweriteration.hh
@@ -94,9 +94,9 @@ namespace Dune
       : op1_(op1), op2_(op2)
     {
       static_assert(std::is_same<typename OP2::domain_type,domain_type>::value,
-                    "Domain type of both operators doesnt match!");
+                    "Domain type of both operators doesn't match!");
       static_assert(std::is_same<typename OP2::range_type,range_type>::value,
-                    "Range type of both operators doesnt match!");
+                    "Range type of both operators doesn't match!");
     }
 
     virtual void apply (const domain_type& x, range_type& y) const
diff --git a/dune/istl/ilusubdomainsolver.hh b/dune/istl/ilusubdomainsolver.hh
index 5c72edb63..cd1a1923d 100644
--- a/dune/istl/ilusubdomainsolver.hh
+++ b/dune/istl/ilusubdomainsolver.hh
@@ -173,7 +173,7 @@ namespace Dune {
     std::size_t offset=0;
     for(SIter rowIdx = rowSet.begin(), rowEnd=rowSet.end();
         rowIdx!= rowEnd; ++rowIdx, ++rowCreator) {
-      // See wich row entries are in our subset and add them to
+      // See which row entries are in our subset and add them to
       // the sparsity pattern
       guess = indexMap.begin();
 
@@ -195,7 +195,7 @@ namespace Dune {
 
     for(SIter rowIdx = rowSet.begin(), rowEnd=rowSet.end();
         rowIdx!= rowEnd; ++rowIdx, ++iluRow) {
-      // See wich row entries are in our subset and add them to
+      // See which row entries are in our subset and add them to
       // the sparsity pattern
       typename matrix_type::ColIterator localCol=iluRow->begin();
       for(typename matrix_type::ConstColIterator col=A[*rowIdx].begin(),
diff --git a/dune/istl/paamg/aggregates.hh b/dune/istl/paamg/aggregates.hh
index 8cdb89c33..c0b6d10e6 100644
--- a/dune/istl/paamg/aggregates.hh
+++ b/dune/istl/paamg/aggregates.hh
@@ -55,7 +55,7 @@ namespace Dune
       /**
        * @brief Constructor.
        *
-       * The paramters will be initialized with default values suitable
+       * The parameters will be initialized with default values suitable
        * for 2D isotropic problems.
        *
        * If that does not fit your needs either use setDefaultValuesIsotropic
@@ -2308,7 +2308,7 @@ namespace Dune
             candidates.clear();
             candidates.push_back(*vertex);
 
-            // two way connections preceed
+            // two way connections precede
             maxOneCons = std::numeric_limits<int>::max();
           }
 
diff --git a/dune/istl/paamg/amg.hh b/dune/istl/paamg/amg.hh
index 537d3e6a7..8f7761356 100644
--- a/dune/istl/paamg/amg.hh
+++ b/dune/istl/paamg/amg.hh
@@ -99,7 +99,7 @@ namespace Dune
        * @brief Construct a new amg with a specific coarse solver.
        * @param matrices The already set up matix hierarchy.
        * @param coarseSolver The set up solver to use on the coarse
-       * grid, must match the coarse matrix in the matrix hierachy.
+       * grid, must match the coarse matrix in the matrix hierarchy.
        * @param smootherArgs The  arguments needed for thesmoother to use
        * for pre and post smoothing
        * @param gamma The number of subcycles. 1 for V-cycle, 2 for W-cycle.
@@ -121,7 +121,7 @@ namespace Dune
        * @brief Construct a new amg with a specific coarse solver.
        * @param matrices The already set up matix hierarchy.
        * @param coarseSolver The set up solver to use on the coarse
-       * grid, must match the coarse matrix in the matrix hierachy.
+       * grid, must match the coarse matrix in the matrix hierarchy.
        * @param smootherArgs The  arguments needed for thesmoother to use
        * for pre and post smoothing.
        * @param parms The parameters for the AMG.
diff --git a/dune/istl/paamg/construction.hh b/dune/istl/paamg/construction.hh
index 70ca64dab..70a16727d 100644
--- a/dune/istl/paamg/construction.hh
+++ b/dune/istl/paamg/construction.hh
@@ -128,7 +128,7 @@ namespace Dune
 
   } // end Amg namspace
 
-  // foward declaration
+  // forward declaration
   template<class M, class X, class Y, class C>
   class OverlappingSchwarzOperator;
 
diff --git a/dune/istl/paamg/dependency.hh b/dune/istl/paamg/dependency.hh
index 17ddf6718..361bf87fc 100644
--- a/dune/istl/paamg/dependency.hh
+++ b/dune/istl/paamg/dependency.hh
@@ -51,7 +51,7 @@ namespace Dune
       /** @brief Access the bits directly */
       std::bitset<SIZE>::reference operator[](std::size_t v);
 
-      /** @brief Acess the bits directly */
+      /** @brief Access the bits directly */
       bool operator[](std::size_t v) const;
 
       /**
@@ -138,7 +138,7 @@ namespace Dune
       /** @brief Access the bits directly */
       std::bitset<SIZE>::reference operator[](std::size_t v);
 
-      /** @brief Acess the bits directly */
+      /** @brief Access the bits directly */
       bool operator[](std::size_t v) const;
 
       /**
diff --git a/dune/istl/paamg/fastamg.hh b/dune/istl/paamg/fastamg.hh
index 462fc48f3..6817aae9d 100644
--- a/dune/istl/paamg/fastamg.hh
+++ b/dune/istl/paamg/fastamg.hh
@@ -88,7 +88,7 @@ namespace Dune
        * @brief Construct a new amg with a specific coarse solver.
        * @param matrices The already set up matix hierarchy.
        * @param coarseSolver The set up solver to use on the coarse
-       * grid, must match the coarse matrix in the matrix hierachy.
+       * grid, must match the coarse matrix in the matrix hierarchy.
        * @param parms The parameters for the AMG.
        */
       FastAMG(const OperatorHierarchy& matrices, CoarseSolver& coarseSolver,
diff --git a/dune/istl/paamg/hierarchy.hh b/dune/istl/paamg/hierarchy.hh
index 78bc74692..3399c6a8f 100644
--- a/dune/istl/paamg/hierarchy.hh
+++ b/dune/istl/paamg/hierarchy.hh
@@ -436,7 +436,7 @@ namespace Dune
       const AggregatesMapList& aggregatesMaps() const;
 
       /**
-       * @brief Get the hierachy of the information about redistributions,
+       * @brief Get the hierarchy of the information about redistributions,
        * @return The hierarchy of the information about redistributions of the
        * data to fewer processes.
        */
diff --git a/dune/istl/paamg/kamg.hh b/dune/istl/paamg/kamg.hh
index ef3a47518..aad14dd97 100644
--- a/dune/istl/paamg/kamg.hh
+++ b/dune/istl/paamg/kamg.hh
@@ -171,7 +171,7 @@ namespace Dune
        * @brief Construct a new amg with a specific coarse solver.
        * @param matrices The already set up matix hierarchy.
        * @param coarseSolver The set up solver to use on the coarse
-       * grid, must match the sparse matrix in the matrix hierachy.
+       * grid, must match the sparse matrix in the matrix hierarchy.
        * @param smootherArgs The  arguments needed for thesmoother to use
        * for pre and post smoothing
        * @param gamma The number of subcycles. 1 for V-cycle, 2 for W-cycle.
@@ -189,7 +189,7 @@ namespace Dune
        * @brief Construct a new amg with a specific coarse solver.
        * @param matrices The already set up matix hierarchy.
        * @param coarseSolver The set up solver to use on the coarse
-       * grid, must match the coarse matrix in the matrix hierachy.
+       * grid, must match the coarse matrix in the matrix hierarchy.
        * @param smootherArgs The  arguments needed for thesmoother to use
        * for pre and post smoothing.
        * @param parms The parameters for the AMG.
diff --git a/dune/istl/paamg/parameters.hh b/dune/istl/paamg/parameters.hh
index edff1ef89..fe63713e7 100644
--- a/dune/istl/paamg/parameters.hh
+++ b/dune/istl/paamg/parameters.hh
@@ -84,7 +84,7 @@ namespace Dune
       /**
        * @brief Constructor.
        *
-       * The paramters will be initialized with default values suitable
+       * The parameters will be initialized with default values suitable
        * for 2D isotropic problems.
        *
        * If that does not fit your needs either use setDefaultValuesIsotropic
diff --git a/dune/istl/paamg/renumberer.hh b/dune/istl/paamg/renumberer.hh
index bd820c932..adc0b423b 100644
--- a/dune/istl/paamg/renumberer.hh
+++ b/dune/istl/paamg/renumberer.hh
@@ -22,7 +22,7 @@ namespace Dune
        */
       AggregateRenumberer(AggregatesMap<Vertex>& aggregates);
 
-      /** @brief Convertion to vertex. */
+      /** @brief Conversion to vertex. */
       operator Vertex() const;
 
       void operator()(const typename G::ConstEdgeIterator& edge);
diff --git a/dune/istl/paamg/smoother.hh b/dune/istl/paamg/smoother.hh
index 456e658d7..1f689ed64 100644
--- a/dune/istl/paamg/smoother.hh
+++ b/dune/istl/paamg/smoother.hh
@@ -792,8 +792,8 @@ namespace Dune
                             const AggregatesMap& amap, Visitor& overlapVisitor,
                             IteratorPropertyMap<std::vector<bool>::iterator,IdentityMap>& visitedMap )
       {
-        // count  number ag aggregates. We asume that the
-        // aggregates are numbered consecutively from 0 exept
+        // count  number ag aggregates. We assume that the
+        // aggregates are numbered consecutively from 0 except
         // for the isolated ones. All isolated vertices form
         // one aggregate, here.
         int isolated=0;
diff --git a/dune/istl/paamg/test/parallelamgtest.cc b/dune/istl/paamg/test/parallelamgtest.cc
index 5ae508e0b..7fb5e5f36 100644
--- a/dune/istl/paamg/test/parallelamgtest.cc
+++ b/dune/istl/paamg/test/parallelamgtest.cc
@@ -66,7 +66,7 @@ void MPI_err_handler(MPI_Comm *comm, int *err_code, ...){
   int err_length;
   MPI_Error_string(*err_code, err_string, &err_length);
   std::string s(err_string, err_length);
-  std::cerr << "An MPI Error ocurred:"<<std::endl<<s<<std::endl;
+  std::cerr << "An MPI Error occurred:"<<std::endl<<s<<std::endl;
   delete[] err_string;
   throw MPIError(s, *err_code);
 }
diff --git a/dune/istl/repartition.hh b/dune/istl/repartition.hh
index 19180af6b..1dd57d1da 100644
--- a/dune/istl/repartition.hh
+++ b/dune/istl/repartition.hh
@@ -409,7 +409,7 @@ namespace Dune
       // init domain Mapping
       domainMapping.assign(domainMapping.size(), -1);
 
-      // count the occurance of domains
+      // count the occurrence of domains
       for (i=0; i<numOfOwnVtx; i++) {
         domain[part[i]]++;
       }
@@ -509,7 +509,7 @@ namespace Dune
 
       typedef typename std::vector<std::pair<GI,int> >::const_iterator VIter;
 #ifdef DEBUG_REPART
-      // Safty check for duplicates.
+      // Safety check for duplicates.
       if(ownerVec.size()>0)
       {
         VIter old=ownerVec.begin();
diff --git a/dune/istl/solvers.hh b/dune/istl/solvers.hh
index 2e59fda0d..7f9e1c1b7 100644
--- a/dune/istl/solvers.hh
+++ b/dune/istl/solvers.hh
@@ -659,7 +659,7 @@ namespace Dune {
         // rho_new = < rt , r >
         rho_new = _sp.dot(rt,r);
 
-        // look if breakdown occured
+        // look if breakdown occurred
         if (abs(rho) <= EPSILON)
           DUNE_THROW(ISTLError,"breakdown in BiCGSTAB - rho "
                      << rho << " <= EPSILON " << EPSILON
diff --git a/dune/istl/test/complexmatrixtest.cc b/dune/istl/test/complexmatrixtest.cc
index 28fc80455..d03b2d679 100644
--- a/dune/istl/test/complexmatrixtest.cc
+++ b/dune/istl/test/complexmatrixtest.cc
@@ -98,7 +98,7 @@ int main(int argc, char** argv)
 
     std::cout << "============================================" << '\n'
               << "solving system with hermitian matrix of size 10" << '\n'
-              << "randomly generated with the Eigen libary... "
+              << "randomly generated with the Eigen library... "
               << std::endl << std::endl;
 
     Dune::RestartedGMResSolver<Dune::FieldVector<std::complex<double>,10> > hermitiangmrestest(hermitianadapter,complexnoprec,1e-12,maxIter,maxIter*maxIter,2);
diff --git a/dune/istl/test/matrixredisttest.cc b/dune/istl/test/matrixredisttest.cc
index 8ebeeae34..09725bc11 100644
--- a/dune/istl/test/matrixredisttest.cc
+++ b/dune/istl/test/matrixredisttest.cc
@@ -29,7 +29,7 @@ void MPI_err_handler(MPI_Comm *, int *err_code, ...){
   int err_length;
   MPI_Error_string(*err_code, err_string, &err_length);
   std::string s(err_string, err_length);
-  std::cerr << "An MPI Error ocurred:"<<std::endl<<s<<std::endl;
+  std::cerr << "An MPI Error occurred:"<<std::endl<<s<<std::endl;
   delete[] err_string;
   throw MPIError(s, *err_code);
 }
diff --git a/dune/istl/umfpack.hh b/dune/istl/umfpack.hh
index 56b552e85..ac69a44c5 100644
--- a/dune/istl/umfpack.hh
+++ b/dune/istl/umfpack.hh
@@ -544,6 +544,6 @@ namespace Dune {
   };
 }
 
-#endif // HAVE_SUITESPARES_UMFPACK
+#endif // HAVE_SUITESPARSE_UMFPACK
 
 #endif //DUNE_ISTL_UMFPACK_HH
diff --git a/dune/istl/vbvector.hh b/dune/istl/vbvector.hh
index 1aac4c3c7..aa7779d3f 100644
--- a/dune/istl/vbvector.hh
+++ b/dune/istl/vbvector.hh
@@ -69,7 +69,7 @@ namespace Dune {
 
     /** \brief Type of the elements of the outer vector, i.e., dynamic vectors of B
      *
-     * Note that this is *not* the type refered to by the iterators and random access operators,
+     * Note that this is *not* the type referred to by the iterators and random access operators,
      * which return proxy objects.
      */
     typedef BlockVector<B,A> value_type;
diff --git a/m4/superlu.m4 b/m4/superlu.m4
index bbb025471..5066742fb 100644
--- a/m4/superlu.m4
+++ b/m4/superlu.m4
@@ -132,7 +132,7 @@ AC_DEFUN([_slu_search_default],
 #     "SLU_DOUBLE" while earlier versions use "DOUBLE".
 #   HAVE_MEM_USAGE_T_EXPANSIONS
 #     1 or undefined.  Whether "mem_usage_t.expansions" was found in
-#     "slu_ddefs.h" or "dsp_defs.h" as apropriate.
+#     "slu_ddefs.h" or "dsp_defs.h" as appropriate.
 #
 # Conditionals:
 #   SUPERLU
@@ -274,7 +274,7 @@ AC_DEFUN([DUNE_PATH_SUPERLU],[
         HAVE_SUPERLU=0
     fi
 
-    # Inform the user whether SuperLU was sucessfully found
+    # Inform the user whether SuperLU was successfully found
     AC_MSG_CHECKING([SuperLU])
     if test x$HAVE_SUPERLU = x1 ; then
         if test "$my_slu_header" = "slu_ddefs.h"; then
-- 
GitLab