taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit d120f8c8d5fa55d6d4a8e8cf2103cd730c52df3f
parent 59ae8aad0b2109b99366cc26a7e3779a1576609b
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri, 18 Dec 2020 03:08:29 -0500

fix typo: s/is/are/

Diffstat:
Mmanpages/taler-auditor-offline.1.rst | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manpages/taler-auditor-offline.1.rst b/manpages/taler-auditor-offline.1.rst @@ -44,7 +44,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``.