diff --git a/man/varlinkctl.xml b/man/varlinkctl.xml
index 2a4bb160725..1f9012ec623 100644
--- a/man/varlinkctl.xml
+++ b/man/varlinkctl.xml
@@ -211,7 +211,7 @@
This switch has no effect on the method call time-out applied by default: regardless if
is specified or not, the default time-out will be 45s. Use
(see below) to change or disable the time-out. When invoking a method
- call that continously returns updates it is typically desirable to disable the time-out with
+ call that continuously returns updates it is typically desirable to disable the time-out with
. On the other hand, when invoking a
method call for the purpose of enumerating objects (which likely will complete quickly) it is
typically beneficial to leave the time-out logic enabled, for robustness reasons.
@@ -223,7 +223,7 @@
A shortcut for . This switch is
- useful for method calls that implement subscription to a continious stream of updates.
+ useful for method calls that implement subscription to a continuous stream of updates.