diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2009-08-27 10:21:18 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2009-08-27 10:21:18 +0300 |
commit | 92e536d8b8d33a6b12d0802bcd7be4437046f13e (patch) | |
tree | 7ef715bc46cde32862e9f2893975d2690a14cca7 /doc | |
parent | Updates to liblzma API headers. (diff) | |
download | xz-92e536d8b8d33a6b12d0802bcd7be4437046f13e.tar.xz |
Fix a typo in FAQ.
Thanks to Jim Meyering.
(From now on, I try to always remember to put
the relevant thanks to commit messages.)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/faq.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/faq.txt b/doc/faq.txt index 2385e275..48c4ec71 100644 --- a/doc/faq.txt +++ b/doc/faq.txt @@ -69,7 +69,7 @@ A: For now, no. Since XZ Utils supports the .lzma format, it's usually Q: Can I recover parts of a broken .xz file (e.g. corrupted CD-R)? -A: It may be possible if the file consist of multiple blocks, which +A: It may be possible if the file consists of multiple blocks, which typically is not the case if the file was created in single-threaded mode. There is no recovery program yet. |