From: Artem Leshchev Date: Sun, 29 Jul 2018 08:33:59 +0000 (+0300) Subject: Fix attributes misspelling in bup-index.md X-Git-Tag: 0.30~67 X-Git-Url: https://arthur.barton.de/gitweb/?p=bup.git;a=commitdiff_plain;h=b64440cdaaa7cf22e7a01a62f790a5f84128e78d Fix attributes misspelling in bup-index.md Fix small typo that lintian shows me every time I compile deb package. Signed-off-by: Artem Leshchev [rlb@defaultvalue.org: adjust commit message] Reviewed-by: Rob Browning --- diff --git a/Documentation/bup-index.md b/Documentation/bup-index.md index a70cd65..7340095 100644 --- a/Documentation/bup-index.md +++ b/Documentation/bup-index.md @@ -16,7 +16,7 @@ bup index \<-p|-m|-s|-u|\--clear|\--check\> [-H] [-l] [-x] [\--fake-valid] # DESCRIPTION `bup index` manipulates the filesystem index, which is a cache of -absolute paths and their metadata (atttributes, SHA-1 hashes, etc.). +absolute paths and their metadata (attributes, SHA-1 hashes, etc.). The bup index is similar in function to the `git`(1) index, and the default index can be found in `$BUP_DIR/bupindex`.