Commit 163450a9 authored by Julien Muchembled's avatar Julien Muchembled

doc: fix typos in reference/storages.rst

parent d6b60a5b
...@@ -8,7 +8,7 @@ Storage interfaces ...@@ -8,7 +8,7 @@ Storage interfaces
================== ==================
There are various storage implementations that implement standard There are various storage implementations that implement standard
storage interfaces. Thet differ primarily in their constructors. storage interfaces. They differ primarily in their constructors.
Application code rarely calls storage methods, and those it calls are Application code rarely calls storage methods, and those it calls are
generally called indirectly through databases. There are generally called indirectly through databases. There are
...@@ -144,7 +144,7 @@ Options: ...@@ -144,7 +144,7 @@ Options:
Noteworthy non-included storages Noteworthy non-included storages
================================ ================================
A number of important ZODB storages are distriubuted separately, including: A number of important ZODB storages are distributed separately, including:
RelStorage RelStorage
`RelStorage <http://relstorage.readthedocs.io/en/latest/>`_ `RelStorage <http://relstorage.readthedocs.io/en/latest/>`_
...@@ -153,7 +153,7 @@ RelStorage ...@@ -153,7 +153,7 @@ RelStorage
storing data in relational databases. Unlike the included storages, storing data in relational databases. Unlike the included storages,
multiple processes can share the same database. multiple processes can share the same database.
For more imformation, see http://relstorage.readthedocs.io/en/latest/. For more information, see http://relstorage.readthedocs.io/en/latest/.
ZEO ZEO
`ZEO <https://github.com/zopefoundation/ZEO>`_ is a client-server `ZEO <https://github.com/zopefoundation/ZEO>`_ is a client-server
...@@ -161,7 +161,7 @@ ZEO ...@@ -161,7 +161,7 @@ ZEO
and use ZEO clients in your application. Unlike the included and use ZEO clients in your application. Unlike the included
storages, multiple processes can share the same database. storages, multiple processes can share the same database.
For more imformation, see https://github.com/zopefoundation/ZEO. For more information, see https://github.com/zopefoundation/ZEO.
ZRS ZRS
`ZRS <https://github.com/zc/zrs>`_ `ZRS <https://github.com/zc/zrs>`_
...@@ -173,14 +173,14 @@ ZRS ...@@ -173,14 +173,14 @@ ZRS
committed on the primary, they're copied asynchronously to committed on the primary, they're copied asynchronously to
secondaries. secondaries.
For more imformation, see https://github.com/zc/zrs. For more information, see https://github.com/zc/zrs.
zlibstorage zlibstorage
`zlibstorage <https://pypi.python.org/pypi/zc.zlibstorage>`_ `zlibstorage <https://pypi.python.org/pypi/zc.zlibstorage>`_
compresses database records using the compression compresses database records using the compression
algorithm used by `gzip <http://www.gzip.org/>`_. algorithm used by `gzip <http://www.gzip.org/>`_.
For more imformation, see https://pypi.python.org/pypi/zc.zlibstorage. For more information, see https://pypi.python.org/pypi/zc.zlibstorage.
beforestorage beforestorage
`beforestorage <https://pypi.python.org/pypi/zc.beforestorage>`_ `beforestorage <https://pypi.python.org/pypi/zc.beforestorage>`_
...@@ -188,12 +188,12 @@ beforestorage ...@@ -188,12 +188,12 @@ beforestorage
be changing. This can be useful to provide a non-changing view of a be changing. This can be useful to provide a non-changing view of a
production database for use with a :class:`~ZODB.DemoStorage.DemoStorage`. production database for use with a :class:`~ZODB.DemoStorage.DemoStorage`.
For more imformation, see https://pypi.python.org/pypi/zc.beforestorage. For more information, see https://pypi.python.org/pypi/zc.beforestorage.
cipher.encryptingstorage cipher.encryptingstorage
`cipher.encryptingstorage `cipher.encryptingstorage
<https://pypi.python.org/pypi/cipher.encryptingstorage/>`_ provided <https://pypi.python.org/pypi/cipher.encryptingstorage/>`_ provided
compression and encryption of database records. compression and encryption of database records.
For more informayion see, For more information, see
https://pypi.python.org/pypi/cipher.encryptingstorage/. https://pypi.python.org/pypi/cipher.encryptingstorage/.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment