From: wolf Date: Tue, 29 Aug 2000 14:05:06 +0000 (+0000) Subject: Fix typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caed738e3c1fc71749938ad9fcff93829b7a756f;p=dealii-svn.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@3287 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/numerics/data_out_rotation.h b/deal.II/deal.II/include/numerics/data_out_rotation.h index 7a46c39189..a093cec384 100644 --- a/deal.II/deal.II/include/numerics/data_out_rotation.h +++ b/deal.II/deal.II/include/numerics/data_out_rotation.h @@ -56,7 +56,7 @@ template class DoFHandler; * @ref{DoFHandler} object passed to this class is taken as the radial * variable, and the output will then be either a circle or a ring * domain. It is in the user's responsibility to assure that the - * radial only attains non-negative values. + * radial coordinate only attains non-negative values. * * * @sect3{Details for 2d computations}