From 4f4440aedce001988487e5859410bbb4167fc0cf Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 28 Apr 2013 18:01:29 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@29391 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-42/step-42.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5