From: David Kalnischkies <david@kalnischkies.de>
Date: Sat, 28 Nov 2015 16:11:23 +0000 (+0100)
Subject: doc: VerifyFile checks all hashes instead of best only
X-Git-Tag: 1.1.3~8
X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/875a9e54ba956dace823866bca7935f6ab8e8d06?ds=inline

doc: VerifyFile checks all hashes instead of best only

The implementation changed in
495b7a615a2d8f485beadf88c6ed298f5bbe50c2

Git-Dch: Ignore
Reported-By: Julian Andres Klode <jak@debian.org>
---

diff --git a/apt-pkg/contrib/hashes.h b/apt-pkg/contrib/hashes.h
index b3f08535f..9bfc32c54 100644
--- a/apt-pkg/contrib/hashes.h
+++ b/apt-pkg/contrib/hashes.h
@@ -120,7 +120,7 @@ class HashStringList
    /** @return size of the list of HashStrings */
    size_t size() const { return list.size(); }
 
-   /** take the 'best' hash and verify file with it
+   /** verify file against all hashes in the list
     *
     * @param filename to verify
     * @return true if the file matches the hashsum, otherwise false