/pidgin/main: a233a848e482: Slightly better doc comment.
Mark Doliner
mark at kingant.net
Mon Feb 17 04:02:54 EST 2014
Changeset: a233a848e482ffdeed2304fa1ee198dae76d221b
Author: Mark Doliner <mark at kingant.net>
Date: 2014-02-17 01:02 -0800
Branch: default
URL: https://hg.pidgin.im/pidgin/main/rev/a233a848e482
Description:
Slightly better doc comment.
diffstat:
libpurple/xfer.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (14 lines):
diff --git a/libpurple/xfer.h b/libpurple/xfer.h
--- a/libpurple/xfer.h
+++ b/libpurple/xfer.h
@@ -525,8 +525,8 @@ void purple_xfer_set_local_port(PurpleXf
* purple_xfer_set_bytes_sent:
* @xfer: The file transfer.
* @bytes_sent: The new current position in the file. If we're
- * sending a file then this is the byte that we will
- * send. If we're receiving a file, this is the
+ * sending a file then this is the next byte that we
+ * will send. If we're receiving a file, this is the
* next byte that we expect to receive.
*
* Sets the current working position in the active file transfer. This
More information about the Commits
mailing list