Skip to content

Commit f8e6302

Browse files
committed
fix extant → extent in README
1 parent c17f924 commit f8e6302

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Advantages over `bees`:
4747
- Written in a memory safe language (*hopefully never matter*).
4848
- Easier to use (just go to the directory and run it).
4949
- More granular dedup (dedup selected files or directories recursively instead of whole filesystem)
50-
- File based dedup, does not shard or move extants around on disk,
50+
- File based dedup, does not shard or move extents around on disk,
5151
- less fragmentation compared to block based dedup
5252
- less wear on SSDs.
5353
- \*shouldn't be undeduped by `btrs fi defrag`.
@@ -71,4 +71,4 @@ This create *reflinks* which are Copy-On-Write that means the files share the on
7171

7272
**Assuming there are no bugs in the kernel**, the worst that can happen is dedup not happening where it should have, it can't corrupt or change the content of your files.
7373

74-
It is also possible to have a bug in Go or thunderdup itself, but that less likely.
74+
It is also possible to have a bug in Go or thunderdup itself, but that less likely.

0 commit comments

Comments
 (0)