summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-01-31 14:41:19 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-01-31 14:41:19 +0100
commitdab82d9e11c3c2705e5aeacc8142023cdd21289a (patch)
treef714997e8aa77c36a55c094dc3f7fe6aa45c39be
parentc3b54e034a83b96a342df98b1104046a65ae2bb0 (diff)
parentf489788bae2233b707d8b0631e589be0f15d68ac (diff)
downloaddocs-dab82d9e11c3c2705e5aeacc8142023cdd21289a.tar.gz
docs-dab82d9e11c3c2705e5aeacc8142023cdd21289a.tar.bz2
docs-dab82d9e11c3c2705e5aeacc8142023cdd21289a.zip
Merge branch 'master' of ssh://taler.net/api
-rw-r--r--docs/deployment.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/deployment.rst b/docs/deployment.rst
index c0b07e43..6a24dd8c 100644
--- 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