Fix incorrect Doxygen tag (@ince → @since). Make Doxygen parameter names match actual parameter names.

This commit is contained in:
practicalswift
2017-07-16 12:20:49 +02:00
parent 5cfdda2503
commit 2c2e90d1d4
4 changed files with 6 additions and 6 deletions

View File

@@ -163,7 +163,7 @@ extern const char *PONG;
/**
* The notfound message is a reply to a getdata message which requested an
* object the receiving node does not have available for relay.
* @ince protocol version 70001.
* @since protocol version 70001.
* @see https://bitcoin.org/en/developer-reference#notfound
*/
extern const char *NOTFOUND;