aboutsummaryrefslogtreecommitdiff
path: root/src/namecache
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-26 20:00:55 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-26 20:00:55 +0200
commit1f2674fe293be7c1a852fbe4a7241fbcb149078f (patch)
tree075dd0aa3d2b19b0c62b18bdf3d99f324dea2966 /src/namecache
parent82a5d35360c4c882d9a5f92c4ac27c61bd4a4cc5 (diff)
downloadgnunet-1f2674fe293be7c1a852fbe4a7241fbcb149078f.tar.gz
gnunet-1f2674fe293be7c1a852fbe4a7241fbcb149078f.zip
-fix typos
Diffstat (limited to 'src/namecache')
-rw-r--r--src/namecache/namecache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/namecache/namecache.h b/src/namecache/namecache.h
index 43c8cf85f..4c809b4d1 100644
--- a/src/namecache/namecache.h
+++ b/src/namecache/namecache.h
@@ -94,7 +94,7 @@ struct LookupBlockResponseMessage
94 */ 94 */
95 struct GNUNET_IDENTITY_PublicKey derived_key; 95 struct GNUNET_IDENTITY_PublicKey derived_key;
96 96
97 /* follwed by encrypted block data */ 97 /* followed by encrypted block data */
98}; 98};
99 99
100 100
@@ -123,7 +123,7 @@ struct BlockCacheMessage
123 */ 123 */
124 struct GNUNET_IDENTITY_PublicKey derived_key; 124 struct GNUNET_IDENTITY_PublicKey derived_key;
125 125
126 /* follwed by encrypted block data */ 126 /* followed by encrypted block data */
127}; 127};
128 128
129 129