Skip to content
Snippets Groups Projects
Commit 92c4e6ba authored by David Douard's avatar David Douard
Browse files

Fix typos

parent 2e1d2e3b
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ Install the [Software Heritage development environment][2]
$ ./bin/update # this will clone needed git repos, inc. swh-docs
$ cd swh-docs
Ensure you have the required tools to generate images ([graphviz][3]'s `dot`,
Ensure you have the required tools to generate images ([graphviz][3]'s `dot`,
[plantuml][4] and [inkscape][5]). On a Debian system:
$ sudo apt install plantuml graphviz
......
......@@ -4,6 +4,7 @@ import swh.docs.sphinx.conf as sphinx_conf
# swh-web needs to add some extra sphinx settings
import swh.web.doc_config as swh_web_doc_config
swh_web_doc_config.customize_sphinx_conf(sphinx_conf)
from swh.docs.sphinx.conf import *
......@@ -885,7 +885,7 @@
transform="matrix(0.01619041,0,0,0.01619041,123.95494,108.142)">
<g
style="clip-rule:nonzero;fill-rule:nonzero;stroke:#000000;stroke-miterlimit:4"
id="orginal" />
id="original" />
<g
style="clip-rule:nonzero;fill:none;fill-rule:nonzero;stroke:#ffffff;stroke-width:12.46510029;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4"
id="Layer_x0020_3">
......
......@@ -36,7 +36,7 @@ AWS archive
The AWS archive is stored in the *softwareheritage* Amazon S3 bucket, in the US-East
(N. Virginia) region. That bucket is public.
It is being continously populated by the :ref:`content_replayer` program.
It is being continuously populated by the :ref:`content_replayer` program.
Softwareheritage Python programs access it using a libcloud backend.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment