aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-14 11:45:00 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-14 11:45:00 +0000
commit4202f00bca8935153d69b531c8df4bad227f3f66 (patch)
treed6fd58f8cf0d078f2360dd19d03bf551561d7b11 /src/peerinfo
parent265a7c5f1b656d4e27647ac05fa91f7dd2ae8542 (diff)
downloadgnunet-4202f00bca8935153d69b531c8df4bad227f3f66.tar.gz
gnunet-4202f00bca8935153d69b531c8df4bad227f3f66.zip
-typos
Diffstat (limited to 'src/peerinfo')
-rw-r--r--src/peerinfo/peerinfo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/peerinfo/peerinfo.h b/src/peerinfo/peerinfo.h
index 919645e17..e61848757 100644
--- a/src/peerinfo/peerinfo.h
+++ b/src/peerinfo/peerinfo.h
@@ -38,7 +38,8 @@ struct ListPeerMessage
38{ 38{
39 39
40 /** 40 /**
41 * Type will be GNUNET_MESSAGE_TYPE_PEERINFO_GET 41 * Type will be GNUNET_MESSAGE_TYPE_PEERINFO_GET or
42 * GNUNET_MESSAGE_TYPE_PEERINFO_GET_ALL.
42 */ 43 */
43 struct GNUNET_MessageHeader header; 44 struct GNUNET_MessageHeader header;
44 45