]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix typo.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 15 May 1998 17:10:29 +0000 (17:10 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 15 May 1998 17:10:29 +0000 (17:10 +0000)
git-svn-id: https://svn.dealii.org/trunk@290 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/parameter_handler.cc

index 1601f50efbf4cfa7154ee465ddd8b4eb69ce1820..f796c14c2ab402c588ad43dacbe8915b5b4c228b 100644 (file)
@@ -410,7 +410,7 @@ bool ParameterHandler::scan_line (String line, const unsigned int lineno) {
                                   // by ' '
   line.gsub (Regex(RegularExpressions::WhiteSpace), ' ');
                                   // now every existing whitespace
-                                  // should be exactly on ' ';
+                                  // should be exactly one ' ';
                                   // if at end or beginning: delete
   if ((line.length() != 0) && (line[0] == ' '))  line.del (' ');
                                   // if line is now empty: leave

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.