diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2017-07-16 12:20:49 +0200 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2017-07-16 21:22:05 +0200 |
commit | 2c2e90d1d4768a7842b2fa840496cea567a8e995 (patch) | |
tree | 90b707a071314561f02fad31b7c81cb1b02afd64 /src/protocol.h | |
parent | 5cfdda2503c995cdd563b1a2a29162ac298d173d (diff) |
Fix incorrect Doxygen tag (@ince → @since). Make Doxygen parameter names match actual parameter names.
Diffstat (limited to 'src/protocol.h')
-rw-r--r-- | src/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/protocol.h b/src/protocol.h index eba39ab1e5..7890bb627d 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -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; |