- fix encryption/decryption visisbility
[oweals/gnunet.git] / src / include / gnunet_mesh_service.h
index 08748d87b5c171aece42ae79440f36ff72ebfd07..fa63826836c80c16e6c56b024fa97745d0be6b2d 100644 (file)
@@ -438,8 +438,8 @@ GNUNET_MESH_get_tunnels_cancel (struct GNUNET_MESH_Handle *h);
  * The message queue can only be used to transmit messages,
  * not to receive them.
  *
- * @param tunnel the tunnel to create the message qeue for
- * @return a message queue to messages over the tunnel
+ * @param tunnel the tunnel to create the message queue for
+ * @return a message queue for sending messages over the tunnel
  */
 struct GNUNET_MQ_Handle *
 GNUNET_MESH_mq_create (struct GNUNET_MESH_Tunnel *tunnel);