aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_mesh_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_mesh_service.h')
-rw-r--r--src/include/gnunet_mesh_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_mesh_service.h b/src/include/gnunet_mesh_service.h
index 785197471..a5ebcb1ce 100644
--- a/src/include/gnunet_mesh_service.h
+++ b/src/include/gnunet_mesh_service.h
@@ -145,7 +145,7 @@ struct GNUNET_MESH_MessageHandler
145 * the other peer initiated. 145 * the other peer initiated.
146 * Only called (once) upon reception of data with a message type which was 146 * Only called (once) upon reception of data with a message type which was
147 * subscribed to in #GNUNET_MESH_connect. 147 * subscribed to in #GNUNET_MESH_connect.
148 * 148 *
149 * A call to #GNUNET_MESH_channel_destroy causes te channel to be ignored. In 149 * A call to #GNUNET_MESH_channel_destroy causes te channel to be ignored. In
150 * this case the handler MUST return NULL. 150 * this case the handler MUST return NULL.
151 * 151 *