diff --git a/engine/include/cubos/engine/physics/resources/fixed_delta_time.hpp b/engine/include/cubos/engine/physics/resources/fixed_delta_time.hpp index 60c30c8f8..66f097c9d 100644 --- a/engine/include/cubos/engine/physics/resources/fixed_delta_time.hpp +++ b/engine/include/cubos/engine/physics/resources/fixed_delta_time.hpp @@ -6,7 +6,7 @@ namespace cubos::engine { - /// @brief Resouce which holds the value of the fixed delta for the physics update. + /// @brief Resource which holds the value of the fixed delta for the physics update. /// @ingroup physics-plugin struct FixedDeltaTime { diff --git a/engine/include/cubos/engine/physics/resources/gravity.hpp b/engine/include/cubos/engine/physics/resources/gravity.hpp index 7771b62b9..33a695494 100644 --- a/engine/include/cubos/engine/physics/resources/gravity.hpp +++ b/engine/include/cubos/engine/physics/resources/gravity.hpp @@ -8,7 +8,7 @@ namespace cubos::engine { - /// @brief Resouce which holds the global value of gravity. + /// @brief Resource which holds the global value of gravity. /// @ingroup physics-plugin struct Gravity { diff --git a/engine/include/cubos/engine/physics/resources/substeps.hpp b/engine/include/cubos/engine/physics/resources/substeps.hpp index 0230e2c20..dc0a53164 100644 --- a/engine/include/cubos/engine/physics/resources/substeps.hpp +++ b/engine/include/cubos/engine/physics/resources/substeps.hpp @@ -6,7 +6,7 @@ namespace cubos::engine { - /// @brief Resouce which holds the amount of substeps for the physics update. + /// @brief Resource which holds the amount of substeps for the physics update. /// @ingroup physics-plugin struct Substeps {