From 3531229229765149e970e73eeac952bf0db811ea Mon Sep 17 00:00:00 2001
From: bangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Fri, 17 Jan 2014 16:48:45 +0000
Subject: [PATCH] Capitalize 'stokes'.

git-svn-id: https://svn.dealii.org/trunk@32234 0785d39b-7218-0410-832d-ea1e28bc413d
---
 deal.II/examples/step-32/step-32.cc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/deal.II/examples/step-32/step-32.cc b/deal.II/examples/step-32/step-32.cc
index 08066f9dd6..1b98b6d9af 100644
--- a/deal.II/examples/step-32/step-32.cc
+++ b/deal.II/examples/step-32/step-32.cc
@@ -1,7 +1,7 @@
 /* ---------------------------------------------------------------------
  * $Id$
  *
- * Copyright (C) 2008 - 2013 by the deal.II authors
+ * Copyright (C) 2008 - 2014 by the deal.II authors
  *
  * This file is part of the deal.II library.
  *
@@ -2090,7 +2090,7 @@ namespace Step32
     // All this done, we can then initialize the various matrix and vector
     // objects to their proper sizes. At the end, we also record that all
     // matrices and preconditioners have to be re-computed at the beginning of
-    // the next time step. Note how we initialize the vectors for the stokes
+    // the next time step. Note how we initialize the vectors for the Stokes
     // and temperature right hand sides: These are writable vectors (last
     // boolean argument set to @p true) that have the correct one-to-one
     // partitioning of locally owned elements but are still given the relevant
-- 
2.39.5