From 76adc263390d6ef49158cd82ab1a1424b061a809 Mon Sep 17 00:00:00 2001 From: Arjo Chakravarty Date: Fri, 11 Oct 2024 17:11:39 +0800 Subject: [PATCH] Typo Signed-off-by: Arjo Chakravarty --- include/gz/sim/Server.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gz/sim/Server.hh b/include/gz/sim/Server.hh index 7bc006c8a7..ae49bd59f6 100644 --- a/include/gz/sim/Server.hh +++ b/include/gz/sim/Server.hh @@ -338,7 +338,7 @@ namespace gz /// \brief Stop the server. This will stop all running simulations. public: void Stop(); - /// \brief Reset All runners in this simulation + /// \brief Reset all runners in this simulation public: void ResetAll(); /// \brief Private data