projects
/
platform
/
upstream
/
libnice.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4e8aaf
)
pseudotcp: Fix a typo in some documentation
author
Philip Withnall
<philip.withnall@collabora.co.uk>
Fri, 8 Aug 2014 09:00:03 +0000
(10:00 +0100)
committer
Olivier CrĂȘte
<olivier.crete@collabora.com>
Thu, 21 Aug 2014 18:33:11 +0000
(14:33 -0400)
agent/pseudotcp.h
patch
|
blob
|
history
diff --git
a/agent/pseudotcp.h
b/agent/pseudotcp.h
index
694c77e
..
00622b7
100644
(file)
--- a/
agent/pseudotcp.h
+++ b/
agent/pseudotcp.h
@@
-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 number
o
f bytes, or 0 if the connection is not established.
+ * Returns: The number
o
f bytes, or 0 if the connection is not established.
*
* Since: 0.1.5
*/