From 7103fcb57e036ba0d148dabe2a0ee58736d8d2e6 Mon Sep 17 00:00:00 2001 From: Mitchell Livingston Date: Wed, 27 Feb 2008 20:11:04 +0000 Subject: [PATCH] #741 typo in transmission.h comment --- libtransmission/transmission.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtransmission/transmission.h b/libtransmission/transmission.h index ed5f0527a..e15074e05 100644 --- a/libtransmission/transmission.h +++ b/libtransmission/transmission.h @@ -418,7 +418,7 @@ typedef struct tr_info tr_info; /** * Parses the specified metainfo. * Returns TR_OK if it parsed and can be added to Transmission. - * Returns TR_INVALID if it couldn't be parsed. + * Returns TR_EINVALID if it couldn't be parsed. * Returns TR_EDUPLICATE if it parsed but can't be added. * "destination" must be set to test for TR_EDUPLICATE. *