Fix repeated words.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
Giuseppe Scrivano 2015-01-30 14:38:52 +01:00
parent 7ebf7676cb
commit bb5d7bcf3a
2 changed files with 2 additions and 2 deletions

2
TODO
View File

@ -8,7 +8,7 @@
* ostree-commit: multithreaded/async (basically compute sha256 in parallel)
- Also speed up devino cache by having a big mmappable file that maps from
(device, inode) -> checksum. We need to keep the cache up to to date;
(device, inode) -> checksum. We need to keep the cache up to date;
investigate something like http://www.sqlite.org/wal.html for having
a shared file.

View File

@ -34,7 +34,7 @@ enum {
* SECTION:ostree-lzma-compressor
* @short_description: LZMA compressor
*
* An an implementation of #GConverter that compresses data using
* An implementation of #GConverter that compresses data using
* LZMA.
*/