Commit 1678f370 authored by Philip Withnall's avatar Philip Withnall Committed by Olivier Crête

pseudotcp: Fix a typo in some documentation

parent e4e8aaf9
...@@ -465,7 +465,7 @@ gboolean pseudo_tcp_socket_can_send (PseudoTcpSocket *self); ...@@ -465,7 +465,7 @@ gboolean pseudo_tcp_socket_can_send (PseudoTcpSocket *self);
* *
* Gets the number of bytes of space available in the transmission buffer. * Gets the number of bytes of space available in the transmission buffer.
* *
* Returns: The numbero f bytes, or 0 if the connection is not established. * Returns: The number of bytes, or 0 if the connection is not established.
* *
* Since: 0.1.5 * Since: 0.1.5
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment