]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix a couple of typos. 4531/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Tue, 20 Jun 2017 09:19:24 +0000 (03:19 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Tue, 20 Jun 2017 09:19:24 +0000 (03:19 -0600)
include/deal.II/base/work_stream.h
include/deal.II/dofs/dof_accessor.templates.h

index da144e51c4a68c6fd943026025fcb938be5f5b59..cf2a49f318c5d650cca1ad933d7895ccfaedd767 100644 (file)
@@ -1071,7 +1071,7 @@ namespace WorkStream
             // essentially apply parallel_for. because parallel_for
             // requires subdividing the range for which operator- is
             // necessary between iterators, it is often inefficient to
-            // apply it directory to cell ranges and similar iterator
+            // apply it directly to cell ranges and similar iterator
             // types for which operator- is expensive or, in fact,
             // nonexistent. rather, in that case, we simply copy the
             // iterators into a large array and use operator- on
index ea91aa3caf4b80ee3ad2c06c35c4686c47a7185d..37b8f4e9253fd1aff81edff944b8cf6a1439a451 100644 (file)
@@ -89,7 +89,7 @@ DoFAccessor<structdim,DoFHandlerType,level_dof_access>::DoFAccessor
   Assert (false, ExcMessage("You are trying to assign iterators that are incompatible. "
                             "Reasons for incompatibility are that they point to different "
                             "types of DoFHandlers (e.g., dealii::DoFHandler and "
-                            "dealii::hp::DoFHandler) or that the refer to objects of "
+                            "dealii::hp::DoFHandler) or that they refer to objects of "
                             "different dimensionality (e.g., assigning a line iterator "
                             "to a quad iterator)."));
 }

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.