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