aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet_channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/gnunet-service-cadet_channel.h')
-rw-r--r--src/cadet/gnunet-service-cadet_channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cadet/gnunet-service-cadet_channel.h b/src/cadet/gnunet-service-cadet_channel.h
index 7a072f128..6d691cafc 100644
--- a/src/cadet/gnunet-service-cadet_channel.h
+++ b/src/cadet/gnunet-service-cadet_channel.h
@@ -34,7 +34,7 @@
34 34
35/** 35/**
36 * A channel is a bidirectional connection between two CADET 36 * A channel is a bidirectional connection between two CADET
37 * clients. Communiation can be reliable, unreliable, in-order 37 * clients. Communication can be reliable, unreliable, in-order
38 * or out-of-order. One client is the "local" client, this 38 * or out-of-order. One client is the "local" client, this
39 * one initiated the connection. The other client is the 39 * one initiated the connection. The other client is the
40 * "incoming" client, this one listened on a port to accept 40 * "incoming" client, this one listened on a port to accept