1
0
Fork 0
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:
Mitchell Livingston 2008-02-27 20:11:04 +00:00
parent f8a98a8c35
commit 7103fcb57e

View file

@ -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.
* *