From: bangerth Date: Tue, 3 Apr 2007 19:54:55 +0000 (+0000) Subject: Fix a typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25a5d51928a16c400bf88f3ca92620ef5f3fbe31;p=dealii-svn.git Fix a typo. git-svn-id: https://svn.dealii.org/trunk@14616 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-23/step-23.cc b/deal.II/examples/step-23/step-23.cc index 38bd6642f3..0c51915c63 100644 --- a/deal.II/examples/step-23/step-23.cc +++ b/deal.II/examples/step-23/step-23.cc @@ -4,7 +4,7 @@ /* $Id$ */ /* Version: $Name: $ */ /* */ -/* Copyright (C) 2006 by the deal.II authors */ +/* Copyright (C) 2006, 2007 by the deal.II authors */ /* */ /* This file is subject to QPL and may not be distributed */ /* without copyright and license information. Please refer */ @@ -458,7 +458,7 @@ void WaveEquation::setup_system () // on a uniformly refined mesh, no // constraints exist or have been computed // (i.e. there was no need to call - // DoFTools::make_hanging_nod_constraints + // DoFTools::make_hanging_node_constraints // as in other programs), but we need a // constraints object in one place further // down below anyway.