[ostree] Fix repeated words.
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ostree] Fix repeated words.
- Date: Fri, 30 Jan 2015 15:15:45 +0000 (UTC)
commit bb5d7bcf3ae0a34bcdd0654b10b587522f3f3b7b
Author: Giuseppe Scrivano <gscrivan redhat com>
Date: Fri Jan 30 14:38:52 2015 +0100
Fix repeated words.
Signed-off-by: Giuseppe Scrivano <gscrivan redhat com>
TODO | 2 +-
src/libostree/ostree-lzma-compressor.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/TODO b/TODO
index 11f47b5..5292ed4 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 c93d108..ce429f9 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.
*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]