commit dab82d9e11c3c2705e5aeacc8142023cdd21289a
parent c3b54e034a83b96a342df98b1104046a65ae2bb0
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Tue, 31 Jan 2017 14:41:19 +0100
Merge branch 'master' of ssh://taler.net/api
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/deployment.rst b/docs/deployment.rst
@@ -161,7 +161,7 @@ Now we need to compile and install all the downloaded codebases.
.. code-block:: none
# We first update ``$PATH``, in order to make all the compilation
- and configuration utilities available.
+ # and configuration utilities available.
$ source activate
# Double check if the previous step worked: $PATH should
@@ -174,7 +174,7 @@ Now we need to compile and install all the downloaded codebases.
The following step will generate config files for all the components.
Please **note** that although a default currency will be picked up by the
script, it is possible to have a custom currency by setting the environment
-variable ``TALER_CONFIG_CURRENCY`` to the wanted currency, and then runing
+variable ``TALER_CONFIG_CURRENCY`` to the wanted currency, and then running
the config generator.
.. code-block:: none