Skip to content

Commit

Permalink
Fix repeated words.
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Scrivano <[email protected]>
  • Loading branch information
giuseppe committed Jan 30, 2015
1 parent 7ebf767 commit bb5d7bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion src/libostree/ostree-lzma-compressor.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/

Expand Down

0 comments on commit bb5d7bc

Please sign in to comment.