X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Ffinger.c;h=b2e0460a87f96c0c5a18859f3aacbce757bda5ba;hb=4deb7fd75ea1306e943ab414efca26b1951cfd23;hp=6c5fa9d281fabf9443b14a2c2e94ac73b4340f33;hpb=49ed04e2e93a6a5b01058638224621d5c07db01c;p=libucw.git diff --git a/lib/finger.c b/lib/finger.c index 6c5fa9d2..b2e0460a 100644 --- a/lib/finger.c +++ b/lib/finger.c @@ -1,7 +1,7 @@ /* * Sherlock Library -- String Fingerprints * - * (c) 2001 Martin Mares + * (c) 2001--2003 Martin Mares * * This software may be freely distributed and used according to the terms * of the GNU Lesser General Public License. @@ -18,7 +18,7 @@ * of our bit string universe (2^96) and c is a small constant. * We set m sufficiently large and expect no collisions * to occur. On the other hand, the worst thing which could - * be cause by a collision is mixing up two strings or labels + * be caused by a collision is mixing up two strings or labels * of two documents which is relatively harmless. */