diff --git a/src/TNL/Timer.h b/src/TNL/Timer.h
index 05a6de3ed41c90d831298a7d3d0e53a58a63f263..bcbeaca28d0cbf061867f07bf0df454fa3842b0d 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