aboutsummaryrefslogtreecommitdiff
path: root/doc/faq.txt
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2009-08-27 10:21:18 +0300
committerLasse Collin <lasse.collin@tukaani.org>2009-08-27 10:21:18 +0300
commit92e536d8b8d33a6b12d0802bcd7be4437046f13e (patch)
tree7ef715bc46cde32862e9f2893975d2690a14cca7 /doc/faq.txt
parentUpdates to liblzma API headers. (diff)
downloadxz-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 '')
-rw-r--r--doc/faq.txt2
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.