aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/util.h
diff options
context:
space:
mode:
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;
/**