aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/util.h
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-12-05 17:07:30 -0500
committerMarcoFalke <falke.marco@gmail.com>2018-12-07 11:53:29 -0500
commitfa0c24c96e9937f666dcdd83d12145720c7b0329 (patch)
treebf5ce662ac1b0b3f83caed46d5d05a755e03dddd /src/rpc/util.h
parente2c473ff75f9ec272ab23e0ee30728b72aecd8f2 (diff)
downloadbitcoin-fa0c24c96e9937f666dcdd83d12145720c7b0329.tar.xz
rpc: Document default values for optional arguments
Diffstat (limited to 'src/rpc/util.h')
-rw-r--r--src/rpc/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/util.h b/src/rpc/util.h
index 1d1df2c635..2185c8d52e 100644
--- a/src/rpc/util.h
+++ b/src/rpc/util.h
@@ -90,7 +90,7 @@ struct RPCArg {
/**
* Return the type string of the argument.
- * Set oneline to allow it to be overrided by a custom oneline type string (m_oneline_description).
+ * Set oneline to allow it to be overridden by a custom oneline type string (m_oneline_description).
*/
std::string ToString(bool oneline) const;
/**