From: David Wells Date: Sun, 28 Jun 2015 03:04:22 +0000 (-0400) Subject: Fix two typos in the function_time documentation. X-Git-Tag: v8.3.0-rc1~89^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b07038d9e2872d7be19c016862b84849e74344f;p=dealii.git Fix two typos in the function_time documentation. --- diff --git a/include/deal.II/base/function_time.h b/include/deal.II/base/function_time.h index 6923f16b8d..9ad4949e7f 100644 --- a/include/deal.II/base/function_time.h +++ b/include/deal.II/base/function_time.h @@ -73,7 +73,7 @@ class FunctionTime { public: /** - * Constructor. May take an initial vakue for the time variable, which + * Constructor. May take an initial value for the time variable, which * defaults to zero. */ FunctionTime (const Number initial_time = Number(0.0)); @@ -84,7 +84,7 @@ public: virtual ~FunctionTime(); /** - * Return the value of the time variable/ + * Return the value of the time variable. */ Number get_time () const;