From: Wolfgang Bangerth Date: Sun, 28 Apr 2013 18:01:29 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~616 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f4440aedce001988487e5859410bbb4167fc0cf;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@29391 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-42/step-42.cc b/deal.II/examples/step-42/step-42.cc index de28338a59..54de0ab8f4 100644 --- a/deal.II/examples/step-42/step-42.cc +++ b/deal.II/examples/step-42/step-42.cc @@ -1551,7 +1551,7 @@ namespace Step42 { pcout << "Read the obstacle from a file." << std::endl; input_obstacle.reset (new Input("obstacle_file.pbm")); - pcout << "Ostacle is available now." << std::endl; + pcout << "Obstacle is available now." << std::endl; } const unsigned int n_cycles = 6;