From: third-party Date: Wed, 9 May 2001 10:45:45 +0000 (+0000) Subject: Fix typo. X-Git-Tag: v8.0.0~19217 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b362fcb3c6f5f5dd77b0c33e0f9d540b6372ef1a;p=dealii.git Fix typo. git-svn-id: https://svn.dealii.org/trunk@4574 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/fe_values.h b/deal.II/deal.II/include/fe/fe_values.h index 814523e3e2..c01b710d1c 100644 --- a/deal.II/deal.II/include/fe/fe_values.h +++ b/deal.II/deal.II/include/fe/fe_values.h @@ -345,7 +345,7 @@ class FEValuesBase : protected FEValuesData * to get the derivative in one * of the coordinate directions, * use the appropriate function - * of the @pref{Tensor} class to + * of the @ref{Tensor} class to * extract one component. Since * only a reference to the * gradient's value is returned,