From 998ebcb409df4caa769c9976329963f1b354329b Mon Sep 17 00:00:00 2001 From: David Wells Date: Mon, 12 Oct 2015 17:56:26 -0400 Subject: [PATCH] Fix some typos in the documentation. --- cmake/macros/macro_configure_feature.cmake | 4 ++-- examples/step-17/CMakeLists.txt | 2 +- examples/step-18/CMakeLists.txt | 2 +- examples/step-22/CMakeLists.txt | 2 +- examples/step-29/CMakeLists.txt | 2 +- examples/step-31/CMakeLists.txt | 2 +- examples/step-32/CMakeLists.txt | 2 +- examples/step-33/CMakeLists.txt | 2 +- examples/step-34/CMakeLists.txt | 2 +- examples/step-35/CMakeLists.txt | 2 +- examples/step-36/CMakeLists.txt | 2 +- examples/step-37/CMakeLists.txt | 2 +- examples/step-40/CMakeLists.txt | 2 +- examples/step-41/CMakeLists.txt | 2 +- examples/step-42/CMakeLists.txt | 2 +- examples/step-43/CMakeLists.txt | 2 +- examples/step-46/CMakeLists.txt | 2 +- examples/step-50/CMakeLists.txt | 2 +- examples/step-53/CMakeLists.txt | 2 +- examples/step-54/CMakeLists.txt | 2 +- include/deal.II/base/config.h.in | 2 +- include/deal.II/base/derivative_form.h | 2 +- include/deal.II/base/function.h | 2 +- include/deal.II/base/index_set.h | 4 ++-- include/deal.II/base/qprojector.h | 2 +- include/deal.II/base/quadrature_lib.h | 2 +- include/deal.II/base/tensor_accessors.h | 20 ++++++++++---------- tests/base/thread_local_storage_06.cc | 4 ++-- 28 files changed, 40 insertions(+), 40 deletions(-) diff --git a/cmake/macros/macro_configure_feature.cmake b/cmake/macros/macro_configure_feature.cmake index be1d5e86a1..c5cbf15f65 100644 --- a/cmake/macros/macro_configure_feature.cmake +++ b/cmake/macros/macro_configure_feature.cmake @@ -45,7 +45,7 @@ # # FEATURE_${feature}_FIND_EXTERNAL(var) (a macro) # which should set var to TRUE if all dependencies for the feature are -# fullfilled. In this case all necessary variables for +# fulfilled. In this case all necessary variables for # FEATURE_${feature}_CONFIGURE_EXTERNAL must be set. Otherwise # var should remain unset. # If not defined, FIND_PACKAGE(${feature}) is called. @@ -189,7 +189,7 @@ MACRO(CONFIGURE_FEATURE _feature) DEAL_II_WITH_${_feature}) # - # Are all dependencies fullfilled? + # Are all dependencies fulfilled? # SET(_dependencies_ok TRUE) FOREACH(_dependency ${FEATURE_${_feature}_DEPENDS}) diff --git a/examples/step-17/CMakeLists.txt b/examples/step-17/CMakeLists.txt index 8045ca2a05..d130d1925b 100644 --- a/examples/step-17/CMakeLists.txt +++ b/examples/step-17/CMakeLists.txt @@ -36,7 +36,7 @@ IF(NOT ${deal.II_FOUND}) ENDIF () # -# Are all dependencies fullfilled? +# Are all dependencies fulfilled? # IF(NOT DEAL_II_WITH_PETSC) MESSAGE(FATAL_ERROR " diff --git a/examples/step-18/CMakeLists.txt b/examples/step-18/CMakeLists.txt index 09f3c020dd..5082bd40f3 100644 --- a/examples/step-18/CMakeLists.txt +++ b/examples/step-18/CMakeLists.txt @@ -36,7 +36,7 @@ IF(NOT ${deal.II_FOUND}) ENDIF () # -# Are all dependencies fullfilled? +# Are all dependencies fulfilled? # IF(NOT DEAL_II_WITH_PETSC) MESSAGE(FATAL_ERROR " diff --git a/examples/step-22/CMakeLists.txt b/examples/step-22/CMakeLists.txt index 80abfdfe22..3fe2225c0a 100644 --- a/examples/step-22/CMakeLists.txt +++ b/examples/step-22/CMakeLists.txt @@ -35,7 +35,7 @@ IF(NOT ${deal.II_FOUND}) ENDIF() # -# Are all dependencies fullfilled? +# Are all dependencies fulfilled? # IF(NOT DEAL_II_WITH_UMFPACK) MESSAGE(FATAL_ERROR " diff --git a/examples/step-29/CMakeLists.txt b/examples/step-29/CMakeLists.txt index e30e829302..106950ca94 100644 --- a/examples/step-29/CMakeLists.txt +++ b/examples/step-29/CMakeLists.txt @@ -35,7 +35,7 @@ IF(NOT ${deal.II_FOUND}) ENDIF() # -# Are all dependencies fullfilled? +# Are all dependencies fulfilled? # IF(NOT DEAL_II_WITH_UMFPACK) MESSAGE(FATAL_ERROR " diff --git a/examples/step-31/CMakeLists.txt b/examples/step-31/CMakeLists.txt index 834e4cda8d..8161b22daf 100644 --- a/examples/step-31/CMakeLists.txt +++ b/examples/step-31/CMakeLists.txt @@ -35,7 +35,7 @@ IF(NOT ${deal.II_FOUND}) ENDIF() # -# Are all dependencies fullfilled? +# Are all dependencies fulfilled? # IF(NOT DEAL_II_WITH_TRILINOS) MESSAGE(FATAL_ERROR " diff --git a/examples/step-32/CMakeLists.txt b/examples/step-32/CMakeLists.txt index e5bb39c328..f1a36b8cd7 100644 --- a/examples/step-32/CMakeLists.txt +++ b/examples/step-32/CMakeLists.txt @@ -38,7 +38,7 @@ IF(NOT ${deal.II_FOUND}) ENDIF() # -# Are all dependencies fullfilled? +# Are all dependencies fulfilled? # IF( NOT DEAL_II_WITH_MPI OR NOT DEAL_II_WITH_P4EST OR diff --git a/examples/step-33/CMakeLists.txt b/examples/step-33/CMakeLists.txt index 74c99bf990..cb8a6ba867 100644 --- a/examples/step-33/CMakeLists.txt +++ b/examples/step-33/CMakeLists.txt @@ -38,7 +38,7 @@ IF(NOT ${deal.II_FOUND}) ENDIF() # -# Are all dependencies fullfilled? +# Are all dependencies fulfilled? # IF(NOT DEAL_II_WITH_TRILINOS) MESSAGE(FATAL_ERROR " diff --git a/examples/step-34/CMakeLists.txt b/examples/step-34/CMakeLists.txt index 1e627d514d..4bcda219b5 100644 --- a/examples/step-34/CMakeLists.txt +++ b/examples/step-34/CMakeLists.txt @@ -35,7 +35,7 @@ IF(NOT ${deal.II_FOUND}) ENDIF() # -# Are all dependencies fullfilled? +# Are all dependencies fulfilled? # IF(NOT DEAL_II_WITH_MUPARSER) MESSAGE(FATAL_ERROR " diff --git a/examples/step-35/CMakeLists.txt b/examples/step-35/CMakeLists.txt index 0b89b607ae..ae97f17f1f 100644 --- a/examples/step-35/CMakeLists.txt +++ b/examples/step-35/CMakeLists.txt @@ -35,7 +35,7 @@ IF(NOT ${deal.II_FOUND}) ENDIF() # -# Are all dependencies fullfilled? +# Are all dependencies fulfilled? # IF(NOT DEAL_II_WITH_UMFPACK) MESSAGE(FATAL_ERROR " diff --git a/examples/step-36/CMakeLists.txt b/examples/step-36/CMakeLists.txt index 5a509b50dc..daecdc84f1 100644 --- a/examples/step-36/CMakeLists.txt +++ b/examples/step-36/CMakeLists.txt @@ -35,7 +35,7 @@ IF(NOT ${deal.II_FOUND}) ENDIF() # -# Are all dependencies fullfilled? +# Are all dependencies fulfilled? # IF(NOT DEAL_II_WITH_PETSC OR NOT DEAL_II_WITH_SLEPC) MESSAGE(FATAL_ERROR " diff --git a/examples/step-37/CMakeLists.txt b/examples/step-37/CMakeLists.txt index ee7eb73184..6a4158d788 100644 --- a/examples/step-37/CMakeLists.txt +++ b/examples/step-37/CMakeLists.txt @@ -35,7 +35,7 @@ IF(NOT ${deal.II_FOUND}) ENDIF() # -# Are all dependencies fullfilled? +# Are all dependencies fulfilled? # IF(NOT DEAL_II_WITH_LAPACK) MESSAGE(FATAL_ERROR " diff --git a/examples/step-40/CMakeLists.txt b/examples/step-40/CMakeLists.txt index 6ec93205e1..7130ef2874 100644 --- a/examples/step-40/CMakeLists.txt +++ b/examples/step-40/CMakeLists.txt @@ -35,7 +35,7 @@ IF(NOT ${deal.II_FOUND}) ENDIF() # -# Are all dependencies fullfilled? +# Are all dependencies fulfilled? # IF(NOT DEAL_II_WITH_PETSC OR NOT DEAL_II_WITH_P4EST) MESSAGE(FATAL_ERROR " diff --git a/examples/step-41/CMakeLists.txt b/examples/step-41/CMakeLists.txt index 14d96d57f9..e8ccded454 100644 --- a/examples/step-41/CMakeLists.txt +++ b/examples/step-41/CMakeLists.txt @@ -35,7 +35,7 @@ IF(NOT ${deal.II_FOUND}) ENDIF() # -# Are all dependencies fullfilled? +# Are all dependencies fulfilled? # IF(NOT DEAL_II_WITH_TRILINOS) MESSAGE(FATAL_ERROR " diff --git a/examples/step-42/CMakeLists.txt b/examples/step-42/CMakeLists.txt index b965c55535..6c4a8dd847 100644 --- a/examples/step-42/CMakeLists.txt +++ b/examples/step-42/CMakeLists.txt @@ -38,7 +38,7 @@ IF(NOT ${deal.II_FOUND}) ENDIF() # -# Are all dependencies fullfilled? +# Are all dependencies fulfilled? # IF( NOT DEAL_II_WITH_MPI OR NOT DEAL_II_WITH_P4EST OR diff --git a/examples/step-43/CMakeLists.txt b/examples/step-43/CMakeLists.txt index 0b632f5993..98ff06f638 100644 --- a/examples/step-43/CMakeLists.txt +++ b/examples/step-43/CMakeLists.txt @@ -35,7 +35,7 @@ IF(NOT ${deal.II_FOUND}) ENDIF() # -# Are all dependencies fullfilled? +# Are all dependencies fulfilled? # IF(NOT DEAL_II_WITH_TRILINOS) MESSAGE(FATAL_ERROR " diff --git a/examples/step-46/CMakeLists.txt b/examples/step-46/CMakeLists.txt index 018f5fbc6b..379ae5894d 100644 --- a/examples/step-46/CMakeLists.txt +++ b/examples/step-46/CMakeLists.txt @@ -35,7 +35,7 @@ IF(NOT ${deal.II_FOUND}) ENDIF() # -# Are all dependencies fullfilled? +# Are all dependencies fulfilled? # IF(NOT DEAL_II_WITH_UMFPACK) MESSAGE(FATAL_ERROR " diff --git a/examples/step-50/CMakeLists.txt b/examples/step-50/CMakeLists.txt index 49d37ad70e..119c1158d1 100644 --- a/examples/step-50/CMakeLists.txt +++ b/examples/step-50/CMakeLists.txt @@ -38,7 +38,7 @@ IF(NOT ${deal.II_FOUND}) ENDIF() # -# Are all dependencies fullfilled? +# Are all dependencies fulfilled? # IF( NOT DEAL_II_WITH_MPI OR NOT DEAL_II_WITH_P4EST OR diff --git a/examples/step-53/CMakeLists.txt b/examples/step-53/CMakeLists.txt index df99e28af0..799e962311 100644 --- a/examples/step-53/CMakeLists.txt +++ b/examples/step-53/CMakeLists.txt @@ -35,7 +35,7 @@ IF(NOT ${deal.II_FOUND}) ENDIF() # -# Are all dependencies fullfilled? +# Are all dependencies fulfilled? # IF(NOT DEAL_II_WITH_ZLIB) MESSAGE(FATAL_ERROR " diff --git a/examples/step-54/CMakeLists.txt b/examples/step-54/CMakeLists.txt index 9663554d5b..34e5131e29 100644 --- a/examples/step-54/CMakeLists.txt +++ b/examples/step-54/CMakeLists.txt @@ -35,7 +35,7 @@ IF(NOT ${deal.II_FOUND}) ENDIF() # -# Are all dependencies fullfilled? +# Are all dependencies fulfilled? # IF(NOT DEAL_II_WITH_OPENCASCADE) MESSAGE(FATAL_ERROR " diff --git a/include/deal.II/base/config.h.in b/include/deal.II/base/config.h.in index 9248f338bf..f3b3085919 100644 --- a/include/deal.II/base/config.h.in +++ b/include/deal.II/base/config.h.in @@ -141,7 +141,7 @@ * cmake/modules/Find*.cmake */ -/* cmake/moduels/FindARPACK.cmake */ +/* cmake/modules/FindARPACK.cmake */ #cmakedefine DEAL_II_ARPACK_WITH_PARPACK /* cmake/configure/configure_1_threads.cmake */ diff --git a/include/deal.II/base/derivative_form.h b/include/deal.II/base/derivative_form.h index a93c843630..66942a3d71 100644 --- a/include/deal.II/base/derivative_form.h +++ b/include/deal.II/base/derivative_form.h @@ -114,7 +114,7 @@ public: /** * Computes the volume element associated with the jacobian of the - * tranformation F. That is to say if $DF$ is square, it computes + * transformation F. That is to say if $DF$ is square, it computes * $\det(DF)$, in case DF is not square returns $\sqrt(\det(DF^{t} * DF))$. */ double determinant () const; diff --git a/include/deal.II/base/function.h b/include/deal.II/base/function.h index 4553f3fcdd..2bf89662b0 100644 --- a/include/deal.II/base/function.h +++ b/include/deal.II/base/function.h @@ -531,7 +531,7 @@ public: * provided constructors of ComponentSelectFunction <\tt> * class can only have same value for all components. * - * @note: we copy the underlaying component value data from @para f from its beginning. + * @note: we copy the underlying component value data from @para f from its beginning. * So the number of components of @para f cannot be less than the calling object. */ virtual void substitute_function_value_with (const ConstantFunction &f); diff --git a/include/deal.II/base/index_set.h b/include/deal.II/base/index_set.h index bfca45fa71..74de38b1a2 100644 --- a/include/deal.II/base/index_set.h +++ b/include/deal.II/base/index_set.h @@ -395,13 +395,13 @@ public: { public: /** - * Construct a valid accessor given an Indexset and the index @p range_idx + * Construct a valid accessor given an IndexSet and the index @p range_idx * of the range to point to. */ IntervalAccessor(const IndexSet *idxset, const size_type range_idx); /** - * Construct an invalid accessor for the Indexset. + * Construct an invalid accessor for the IndexSet. */ explicit IntervalAccessor(const IndexSet *idxset); diff --git a/include/deal.II/base/qprojector.h b/include/deal.II/base/qprojector.h index 538bb46864..6a5fb1652c 100644 --- a/include/deal.II/base/qprojector.h +++ b/include/deal.II/base/qprojector.h @@ -194,7 +194,7 @@ public: project_to_all_children (const Quadrature &quadrature); /** - * Project the onedimensional rule quadrature to the straight line + * Project the one dimensional rule quadrature to the straight line * connecting the points p1 and p2. */ static diff --git a/include/deal.II/base/quadrature_lib.h b/include/deal.II/base/quadrature_lib.h index db25354b60..293b8f3751 100644 --- a/include/deal.II/base/quadrature_lib.h +++ b/include/deal.II/base/quadrature_lib.h @@ -157,7 +157,7 @@ public: * * The class is poorly named since the proper name of the quadrature formula * is "trapezoidal rule", or sometimes also called the "trapezoid rule". The - * misnomer results from the fact that its original authors's poor English + * misnomer results from the fact that its original authors' poor English * language skills led them to translate the name incorrectly from the German * "Trapezregel". * diff --git a/include/deal.II/base/tensor_accessors.h b/include/deal.II/base/tensor_accessors.h index 3251ec6877..07dd889291 100644 --- a/include/deal.II/base/tensor_accessors.h +++ b/include/deal.II/base/tensor_accessors.h @@ -61,7 +61,7 @@ DEAL_II_NAMESPACE_OPEN * }; * @endcode * - * This namespace provides primitves for access, reordering and contraction + * This namespace provides primitives for access, reordering and contraction * of such objects. * * @ingroup geomprimitives @@ -124,7 +124,7 @@ namespace TensorAccessors /** * This class provides a local typedef @p value_type that is equal to * the typedef value_type after @p deref_steps - * recursive dereferenciations via ```operator[](unsigned int)```. + * recursive dereferences via ```operator[](unsigned int)```. * Further, constness is preserved via the ValueType * type trait, i.e., if T is const, ReturnType::value_type * will also be const. @@ -165,7 +165,7 @@ namespace TensorAccessors * The purpose of this reordering facility is to be able to contract over * an arbitrary index of two (ore more) tensors: * - reorder the indices in mind to the end of the tensors - * - use belows contract function that contracts the _last_ elements of + * - use the contract function below that contracts the _last_ elements of * tensors. * * @note This function returns an internal class object consisting of an @@ -355,12 +355,12 @@ namespace TensorAccessors }; - // TODO: Is there a possibility ot just have the following block of + // TODO: Is there a possibility to just have the following block of // explanation on an internal page in doxygen? If, yes. Doxygen // wizards, your call! // ------------------------------------------------------------------------- - // Implemenation of helper classes for reordered_index_view + // Implementation of helper classes for reordered_index_view // ------------------------------------------------------------------------- // OK. This is utterly brutal template magic. Therefore, we will not @@ -371,7 +371,7 @@ namespace TensorAccessors // // Our task is to reorder access to a tensor object where a specified // index is moved to the end. Thus we want to construct an object - // reorderd out of a tensor where the + // reordered out of a tensor where the // following access patterns are equivalent: // @code // tensor [i_0]...[i_index-1][i_index][i_index+1]...[i_n] @@ -535,7 +535,7 @@ namespace TensorAccessors // ------------------------------------------------------------------------- - // Implemenation of helper classes for extract + // Implementation of helper classes for extract // ------------------------------------------------------------------------- // Straightforward recursion implemented by specializing ExtractHelper @@ -574,10 +574,10 @@ namespace TensorAccessors // ------------------------------------------------------------------------- - // Implemenation of helper classes for contract + // Implementation of helper classes for contract // ------------------------------------------------------------------------- - // Straightforwad recursive pattern: + // Straightforward recursive pattern: // // As long as rank_1 > no_contr, assign indices from the left tensor to // result. This builds up the first part of the nested outer loops: @@ -692,7 +692,7 @@ namespace TensorAccessors // ------------------------------------------------------------------------- - // Implemenation of helper classes for contract3 + // Implementation of helper classes for contract3 // ------------------------------------------------------------------------- // Fully contract three tensorial objects diff --git a/tests/base/thread_local_storage_06.cc b/tests/base/thread_local_storage_06.cc index af20f5c442..51e2eb6bd9 100644 --- a/tests/base/thread_local_storage_06.cc +++ b/tests/base/thread_local_storage_06.cc @@ -43,10 +43,10 @@ X initializer () return x; } -X fourty_two = initializer(); +X forty_two = initializer(); -Threads::ThreadLocalStorage tls_data(fourty_two); +Threads::ThreadLocalStorage tls_data(forty_two); void execute (Threads::Mutex &m) -- 2.39.5