]> git.saurik.com Git - apt.git/commitdiff
doc: VerifyFile checks all hashes instead of best only
authorDavid Kalnischkies <david@kalnischkies.de>
Sat, 28 Nov 2015 16:11:23 +0000 (17:11 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Sun, 29 Nov 2015 00:08:37 +0000 (01:08 +0100)
The implementation changed in
495b7a615a2d8f485beadf88c6ed298f5bbe50c2

Git-Dch: Ignore
Reported-By: Julian Andres Klode <jak@debian.org>
apt-pkg/contrib/hashes.h

index b3f08535f56696701f018b71fd1139a9ca6d1ec6..9bfc32c54aeb7c4bb05572dad2c7f884cddef234 100644 (file)
@@ -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