diff --git a/KickoffTimerPlugin.cpp b/KickoffTimerPlugin.cpp index 3d757d4..24afc7c 100644 --- a/KickoffTimerPlugin.cpp +++ b/KickoffTimerPlugin.cpp @@ -71,7 +71,7 @@ void KickoffTimerPlugin::onHitBall(std::string eventName) pBallHitted.color = { 0,255,0 }; } - pBallHitted.text = string("Ball hitted after ") + to_string_with_precision(timeHit, 2) + string(" seconds."); + pBallHitted.text = string("Ball hit after ") + to_string_with_precision(timeHit, 2) + string(" seconds."); lastMsg = chrono::system_clock::now(); }