diff --git a/src/dring/dring.h b/src/dring/dring.h
index 4ea2c7ce24ec35f192dd3f7488f1ad0404b3c101..ff8b8fa550d8955bedc333f94be12a5b8726d3a6 100644
--- a/src/dring/dring.h
+++ b/src/dring/dring.h
@@ -73,7 +73,7 @@ void pollEvents() noexcept;
  *
  * The library provides to users a way to be acknowledged
  * when daemon's objects have a state change.
- * The user is aware of this changement wen the deamon calls
+ * The user is aware of this changement when the deamon calls
  * a user-given callback.
  * Daemon handles many of these callbacks, one per event type.
  * The user registers his callbacks using registerXXXXHandlers() functions.