diff options
author | Laria Carolin Chabowski <laria@laria.me> | 2017-10-15 22:05:12 +0200 |
---|---|---|
committer | Laria Carolin Chabowski <laria@laria.me> | 2017-10-15 22:05:12 +0200 |
commit | 0f978156feabf45a548af6834a66f89d4e3d964c (patch) | |
tree | a1f96842fc4ec88e65a7b221b75d5dcf9a1f41bb | |
parent | a070387b5be893ba8029dc852d9e6a8daa283c65 (diff) | |
download | petrific-0f978156feabf45a548af6834a66f89d4e3d964c.tar.gz petrific-0f978156feabf45a548af6834a66f89d4e3d964c.tar.bz2 petrific-0f978156feabf45a548af6834a66f89d4e3d964c.zip |
Fix mistake in readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ Wish list In no particular order: -* Deletion of backups (needs a garbage collection algorithm to detect unused backups). +* Deletion of backups (needs a garbage collection algorithm to detect unused objects). * Content-aware "blockification" of files. Right now, a file is simply split into 16MB large blocks. A content-aware splitting process could drastically reduce memory usage. * More tests. * Progress indicator of some sorts. |