From 398756de3f4277dade74853040da0dd826196f21 Mon Sep 17 00:00:00 2001 From: Max Justus Spransy Date: Thu, 12 Dec 2024 18:17:48 -0800 Subject: [PATCH] Fix typo in README.md (#5339) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b1ea4594302..6e59c0597250 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ Result: PASS Aside from the POSIX features covered by pjdfstest, JuiceFS also provides: - **Close-to-open consistency**. Once a file is written _and_ closed, it is guaranteed to view the written data in the following opens and reads from any client. Within the same mount point, all the written data can be read immediately. -- Rename and all other metadata operations are atomic, which are guaranteed by supported metadada engine transaction. +- Rename and all other metadata operations are atomic, which are guaranteed by supported metadata engine transaction. - Opened files remain accessible after unlink from same mount point. - Mmap (tested with FSx). - Fallocate with punch hole support.