From 55ea1aafce083b40b8872c3307c4d49f3d75c40e Mon Sep 17 00:00:00 2001 From: Thomas Lauf Date: Wed, 19 Aug 2020 15:02:38 +0200 Subject: [PATCH] Fix typo Signed-off-by: Thomas Lauf --- src/commands/CmdStart.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/CmdStart.cpp b/src/commands/CmdStart.cpp index 9c850c12..f50f6281 100644 --- a/src/commands/CmdStart.cpp +++ b/src/commands/CmdStart.cpp @@ -47,7 +47,7 @@ int CmdStart ( else if (!interval.is_started () || interval.is_ended ()) { throw std::string ("The start command does not accept ranges but only a single datetime. " - "Perhaps you want the track command?."); + "Perhaps you want the track command?"); } // We expect no ids