From bb5d7bcf3ae0a34bcdd0654b10b587522f3f3b7b Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Fri, 30 Jan 2015 14:38:52 +0100 Subject: [PATCH] Fix repeated words. Signed-off-by: Giuseppe Scrivano --- TODO | 2 +- src/libostree/ostree-lzma-compressor.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 11f47b56..5292ed48 100644 --- a/TODO +++ b/TODO @@ -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. diff --git a/src/libostree/ostree-lzma-compressor.c b/src/libostree/ostree-lzma-compressor.c index c93d1086..ce429f99 100644 --- a/src/libostree/ostree-lzma-compressor.c +++ b/src/libostree/ostree-lzma-compressor.c @@ -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. */