commit 835641e3ffd53903fce3429c8ec0b97ebae91a6b
parent 70d53459bf420d502f735227c13bdd3e80f232f0
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Fri, 18 Dec 2020 04:02:06 -0500
fix typo: s/is/are/
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/manpages/taler-exchange-offline.1.rst b/manpages/taler-exchange-offline.1.rst
@@ -41,7 +41,7 @@ All other subcommands are intended to be run "offline". However, especially
when testing, it is of course possible to run the subcommands online as well.
Generally, subcommands read inputs (beyond command-line arguments)
from ``stdin``. However, they may also consume outputs of previous
-subcommands. The outputs of multiple subcommands is automatically combined,
+subcommands. The outputs of multiple subcommands are automatically combined,
and if not consumed the final output is printed to ``stdout``.