pseudotcp: Fix a typo in some documentation
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Fri, 8 Aug 2014 09:00:03 +0000 (10:00 +0100)
committerOlivier CrĂȘte <olivier.crete@collabora.com>
Thu, 21 Aug 2014 18:33:11 +0000 (14:33 -0400)
agent/pseudotcp.h

index 694c77e..00622b7 100644 (file)
@@ -465,7 +465,7 @@ gboolean pseudo_tcp_socket_can_send (PseudoTcpSocket *self);
  *
  * Gets the number of bytes of space available in the transmission buffer.
  *
- * Returns: The numberf 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
  */