aboutsummaryrefslogtreecommitdiff
path: root/src/consensus
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-19 19:01:21 +0000
committerChristian Grothoff <christian@grothoff.org>2016-06-19 19:01:21 +0000
commit80c4558f3742ce78f1f511ea13d8941c46b0e88b (patch)
tree2843105e1e246537ad0f1d9c65bd0a67e7327813 /src/consensus
parent2042d867f71e3cb1d7ade6b3d474ce0c1f5f87bd (diff)
downloadgnunet-80c4558f3742ce78f1f511ea13d8941c46b0e88b.tar.gz
gnunet-80c4558f3742ce78f1f511ea13d8941c46b0e88b.zip
-fix typo
Diffstat (limited to 'src/consensus')
-rw-r--r--src/consensus/consensus_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/consensus/consensus_api.c b/src/consensus/consensus_api.c
index 8653621ec..7e7bb3fcf 100644
--- a/src/consensus/consensus_api.c
+++ b/src/consensus/consensus_api.c
@@ -60,7 +60,7 @@ struct GNUNET_CONSENSUS_Handle
60 struct GNUNET_HashCode session_id; 60 struct GNUNET_HashCode session_id;
61 61
62 /** 62 /**
63 * GNUNES_YES iff the join message has been sent to the service. 63 * #GNUNET_YES iff the join message has been sent to the service.
64 */ 64 */
65 int joined; 65 int joined;
66 66