aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmaël Guéneau <armael.gueneau@ens-lyon.org>2024-06-04 15:34:02 +0200
committerArmaël Guéneau <armael.gueneau@ens-lyon.org>2024-06-04 15:34:02 +0200
commit88c734bbd95f95a0ce7bfd1b1edee6e9dcbbaed1 (patch)
tree24ec2f7ab3a80cd1d02c383c2531baa919b1e701
parentd38509ef4b36a558c6aea71b52d27ba561ad57a4 (diff)
downloadgarage-88c734bbd95f95a0ce7bfd1b1edee6e9dcbbaed1.tar.gz
garage-88c734bbd95f95a0ce7bfd1b1edee6e9dcbbaed1.zip
typo
-rw-r--r--doc/book/design/related-work.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/design/related-work.md b/doc/book/design/related-work.md
index 6c1a6b12..84e66c4e 100644
--- a/doc/book/design/related-work.md
+++ b/doc/book/design/related-work.md
@@ -67,7 +67,7 @@ Pithos has been abandonned and should probably not used yet, in the following we
Pithos was relying as a S3 proxy in front of Cassandra (and was working with Scylla DB too).
From its designers' mouth, storing data in Cassandra has shown its limitations justifying the project abandonment.
They built a closed-source version 2 that does not store blobs in the database (only metadata) but did not communicate further on it.
-We considered there v2's design but concluded that it does not fit both our *Self-contained & lightweight* and *Simple* properties. It makes the development, the deployment and the operations more complicated while reducing the flexibility.
+We considered their v2's design but concluded that it does not fit both our *Self-contained & lightweight* and *Simple* properties. It makes the development, the deployment and the operations more complicated while reducing the flexibility.
**[Riak CS](https://docs.riak.com/riak/cs/2.1.1/index.html):**
*Not written yet*