From: Christian Grothoff Date: Tue, 8 Mar 2011 14:56:50 +0000 (+0000) Subject: typo X-Git-Tag: initial-import-from-subversion-38251~19010 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=c7302b83749bbb3093c8202b42de2e0bc0434ac3;p=oweals%2Fgnunet.git typo --- diff --git a/src/util/container_bloomfilter.c b/src/util/container_bloomfilter.c index ea9c4e154..ae1336f88 100644 --- a/src/util/container_bloomfilter.c +++ b/src/util/container_bloomfilter.c @@ -96,7 +96,7 @@ GNUNET_CONTAINER_bloomfilter_get_size (const struct GNUNET_CONTAINER_BloomFilter * Copy an existing memory. Any association with a file * on-disk will be lost in the process. * @param bf the filter to copy - * @retun copy of the bf + * @return copy of the bf */ struct GNUNET_CONTAINER_BloomFilter * GNUNET_CONTAINER_bloomfilter_copy (const struct GNUNET_CONTAINER_BloomFilter *bf)