summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-12-18 03:08:29 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-12-18 03:08:29 -0500
commitd120f8c8d5fa55d6d4a8e8cf2103cd730c52df3f (patch)
tree464ff9ffad0949f573b660ce4e18e267145c50e9
parent59ae8aad0b2109b99366cc26a7e3779a1576609b (diff)
downloaddocs-d120f8c8d5fa55d6d4a8e8cf2103cd730c52df3f.tar.gz
docs-d120f8c8d5fa55d6d4a8e8cf2103cd730c52df3f.tar.bz2
docs-d120f8c8d5fa55d6d4a8e8cf2103cd730c52df3f.zip
fix typo: s/is/are/
-rw-r--r--manpages/taler-auditor-offline.1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/manpages/taler-auditor-offline.1.rst b/manpages/taler-auditor-offline.1.rst
index e8a9a41d..a07ddfcd 100644
--- 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``.