From: linhart <linhart@0785d39b-7218-0410-832d-ea1e28bc413d> Date: Fri, 31 Jul 2009 22:42:09 +0000 (+0000) Subject: Small typo X-Git-Tag: v8.0.0~7410 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce01e9b74625213713558ef3c8db4d1222107d2c;p=dealii.git Small typo git-svn-id: https://svn.dealii.org/trunk@19155 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/development/testsuite.html b/deal.II/doc/development/testsuite.html index d7ebb49cc4..8842620373 100644 --- a/deal.II/doc/development/testsuite.html +++ b/deal.II/doc/development/testsuite.html @@ -405,9 +405,9 @@ int main () <p> One convenient way to create this subdirectory with the correct properties is to use svn copy. -<pre> -svn copy existing_test_directory my_new_test -</pre> + <pre> + svn copy existing_test_directory my_new_test + </pre> <h4>An entry in the Makefile</h4>