From c8f2409574a9b6085201ab4651cdb7fec836d8c3 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sat, 7 Sep 2024 22:23:38 +0900 Subject: [PATCH] man/varlinkctl: fix typo Follow-up for 39ce86d19c7c3ac46b4afb546879ca8dcad1bdb2. --- man/varlinkctl.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.