From: wolf Date: Tue, 3 May 2005 16:16:40 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=993301389e6807fb87f3416f4153769810f7358d;p=dealii-svn.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@10627 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-18/step-18.cc b/deal.II/examples/step-18/step-18.cc index 8f6862886e..066d549fec 100644 --- a/deal.II/examples/step-18/step-18.cc +++ b/deal.II/examples/step-18/step-18.cc @@ -126,7 +126,7 @@ namespace QuasiStaticElasticity // to symmetric tensors of rank 2. A // function implementing its creation for // given values of the Lame constants - // lambda and my is straightforward: + // lambda and mu is straightforward: template SymmetricTensor<4,dim> get_stress_strain_tensor (const double lambda, const double mu)