diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-10-18 20:26:25 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-10-18 20:26:25 +0000 |
commit | 36a80c833a5d5eb8f30460bb484cac01bdd9b65c (patch) | |
tree | 266cc47ba4b66c5a7228fed602b0097757ffae23 /src/namestore/namestore.h | |
parent | d6b03105779d2a22b5b5bf5016ad823fe7ac3485 (diff) |
-fix leaks
Diffstat (limited to 'src/namestore/namestore.h')
-rw-r--r-- | src/namestore/namestore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/namestore.h b/src/namestore/namestore.h index 761360c478..b95358fa44 100644 --- a/src/namestore/namestore.h +++ b/src/namestore/namestore.h @@ -95,7 +95,7 @@ struct LookupBlockResponseMessage */ struct GNUNET_CRYPTO_EcdsaPublicKey derived_key; - /* follwed by encrypted block data */ + /* followed by encrypted block data */ }; |