From 8b9657bb4b1d21c7606c0db94518d813e0c10e75 Mon Sep 17 00:00:00 2001 From: Ian Chen Date: Tue, 16 Apr 2024 23:18:41 +0000 Subject: [PATCH] typo Signed-off-by: Ian Chen --- include/gz/sim/ServerConfig.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gz/sim/ServerConfig.hh b/include/gz/sim/ServerConfig.hh index 73654b4c2e9..d32e0c4fcb9 100644 --- a/include/gz/sim/ServerConfig.hh +++ b/include/gz/sim/ServerConfig.hh @@ -63,7 +63,7 @@ namespace gz /// \brief SDF error behavior public: enum class SdfErrorBehavior { - /// \brief Exit the server immmediately + /// \brief Exit the server immediately EXIT_IMMEDIATELY, /// \brief Continue loading the server if possible CONTINUE_LOADING