From 59a8f68bc4deb6b3bfa0c4726424c1bbe50d4807 Mon Sep 17 00:00:00 2001 From: LUXEY Adrien Date: Sun, 8 Nov 2020 18:29:08 +0100 Subject: [PATCH] typo in Developpement/Garage --- src/Technique/Développement/Garage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Technique/Développement/Garage.md b/src/Technique/Développement/Garage.md index de30943..d80dae8 100644 --- a/src/Technique/Développement/Garage.md +++ b/src/Technique/Développement/Garage.md @@ -177,7 +177,7 @@ We identified Minio, Pithos, Swift and Ceph. Minio/Ceph enforces a total order, so properties similar to a (relaxed) filesystem. Swift and Pithos are probably the most similar to AWS S3 with their consistent hashing ring. -There was many attempts in research too. I am only thinking to [LBFS](https://pdos.csail.mit.edu/papers/lbfs:sosp01/lbfs.pdf) that was used as a basis for Seafile. +There were many attempts in research too. I am only thinking to [LBFS](https://pdos.csail.mit.edu/papers/lbfs:sosp01/lbfs.pdf) that was used as a basis for Seafile. ----