diff --git a/src/init.cpp b/src/init.cpp --- a/src/init.cpp +++ b/src/init.cpp @@ -973,7 +973,7 @@ OptionsCategory::NODE_RELAY); gArgs.AddArg( "-dustrelayfee=", - strprintf("Fee rate (in %s/kB) used to defined dust, the value of an " + strprintf("Fee rate (in %s/kB) used to define dust, the value of an " "output such that it will cost about 1/3 of its value in " "fees at this fee rate to spend it. (default: %s)", CURRENCY_UNIT, FormatMoney(DUST_RELAY_TX_FEE)),