From 0b07038d9e2872d7be19c016862b84849e74344f Mon Sep 17 00:00:00 2001 From: David Wells Date: Sat, 27 Jun 2015 23:04:22 -0400 Subject: [PATCH] Fix two typos in the function_time documentation. --- include/deal.II/base/function_time.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.5