diff --git a/include/mtx/log.hpp b/include/mtx/log.hpp
index e602d26e06accc447c14fe3efaff52cf87a0e94c..3c4a5d76703bdb781b46433e7445cee3ab3567f2 100644
--- a/include/mtx/log.hpp
+++ b/include/mtx/log.hpp
@@ -12,8 +12,8 @@ namespace utils {
 namespace log {
 /// @brief Access the logger and modify it.
 ///
-/// For example you can set the sinky using `mtx::utils::log::log()->sinks() = sinks` or modify the
-/// loglevel using `mtx::utils::log::log()->set_level(spdlog::level::trace)`
+/// For example you can set the sinks using `mtx::utils::log::log()->sinks() = sinks` or modify the
+/// loglevel using `mtx::utils::log::log()->set_level(spdlog::level::trace)`.
 std::shared_ptr<spdlog::logger>
 log();
 }