mirror of
https://github.com/transmission/transmission
synced 2025-02-04 13:32:19 +00:00
#741 typo in transmission.h comment
This commit is contained in:
parent
f8a98a8c35
commit
7103fcb57e
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ typedef struct tr_info tr_info;
|
||||||
/**
|
/**
|
||||||
* Parses the specified metainfo.
|
* Parses the specified metainfo.
|
||||||
* Returns TR_OK if it parsed and can be added to Transmission.
|
* 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.
|
* Returns TR_EDUPLICATE if it parsed but can't be added.
|
||||||
* "destination" must be set to test for TR_EDUPLICATE.
|
* "destination" must be set to test for TR_EDUPLICATE.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue