From 3d8b8d30d7ab2b17feb5b8f6b7b126c7e8625349 Mon Sep 17 00:00:00 2001
From: Nina Dzugasova <dzugasova.nina@gmail.com>
Date: Mon, 26 Nov 2018 13:47:06 +0100
Subject: [PATCH] Fixed Timer documentation.

---
 src/TNL/Timer.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/TNL/Timer.h b/src/TNL/Timer.h
index 05a6de3ed4..bcbeaca28d 100644
--- a/src/TNL/Timer.h
+++ b/src/TNL/Timer.h
@@ -60,7 +60,7 @@ class Timer
       /// It returns the elapsed time (in seconds) between calling the start() and stop() methods.
       /// Starts counting the real time after the method start() is called and
       /// pauses when the method stop() is called.
-      /// If the timer have been started more then once without resetting,
+      /// If the timer has been started more then once without resetting,
       /// the real time is counted by adding all intervals (between start and stop
       /// methods) together.
       /// This function can be called while the timer is running, there is no
-- 
GitLab