diff --git a/Filer-Store-Replication.md b/Filer-Store-Replication.md index dd57198..55dfde9 100644 --- a/Filer-Store-Replication.md +++ b/Filer-Store-Replication.md @@ -27,7 +27,7 @@ Knowing all the peers, one filer will keep its own metadata updated: This is tightly related to FUSE Mount, which streams filer meta data changes from one filer. When using multiple filers but without peer file metadata updates, a FUSE mount can only see the changes applied to the connected filer. -So aggregating metadata updates form its peers is required when the filers are using either shared or dedicated filer stores. +So aggregating metadata updates from its peers is required when the filers are using either shared or dedicated filer stores. ``` FUSE mount <----> filer1 -- filer2