From 5e0f82ac4827cde687858d82ff22fbd58fdbfc9e Mon Sep 17 00:00:00 2001
From: hartmann <hartmann@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Tue, 20 Apr 2004 07:32:30 +0000
Subject: [PATCH] Fix typo.

git-svn-id: https://svn.dealii.org/trunk@9067 0785d39b-7218-0410-832d-ea1e28bc413d
---
 deal.II/examples/step-14/step-14.cc | 4 ++--
 deal.II/examples/step-17/step-17.cc | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/deal.II/examples/step-14/step-14.cc b/deal.II/examples/step-14/step-14.cc
index 11a158a714..c14b1cb7d6 100644
--- a/deal.II/examples/step-14/step-14.cc
+++ b/deal.II/examples/step-14/step-14.cc
@@ -4,7 +4,7 @@
 /*    $Id$       */
 /*    Version: $Name$                                          */
 /*                                                                */
-/*    Copyright (C) 2002, 2003 by the deal.II authors */
+/*    Copyright (C) 2002, 2003, 2004 by the deal.II authors */
 /*                                                                */
 /*    This file is subject to QPL and may not be  distributed     */
 /*    without copyright and license information. Please refer     */
@@ -175,7 +175,7 @@ namespace Evaluation
 				   // to be a little bit more careful
 				   // here. What we do is to loop over
 				   // all cells, even if we have found
-				   // the point already on once cell,
+				   // the point already on one cell,
 				   // and use the mean value of the
 				   // gradient at the vertex taken
 				   // from all adjacent cells.
diff --git a/deal.II/examples/step-17/step-17.cc b/deal.II/examples/step-17/step-17.cc
index 61b632ca90..ff1573209a 100644
--- a/deal.II/examples/step-17/step-17.cc
+++ b/deal.II/examples/step-17/step-17.cc
@@ -452,7 +452,7 @@ void ElasticProblem<dim>::setup_system ()
                                  // contributions into the global matrix or
                                  // right hand side vector, we actually have
                                  // to transfer these entries to the other
-                                 // process. Furtunately, we don't have to do
+                                 // process. Fortunately, we don't have to do
                                  // this by hand, PETSc does all this for us
                                  // by caching these elements locally, and
                                  // sending them to the other processes as
-- 
2.39.5