diff options
| author | sandakersmann <[email protected]> | 2015-04-11 17:19:46 +0200 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2015-05-14 01:02:00 -0400 |
| commit | 8e9248d96b99c89999fe2c4901dff008d081940e (patch) | |
| tree | fa2efa031505dd3444631cf88fc0e93422de5d52 | |
| parent | Typo in GetRawMemPool RPC method help: "]" --> "}" (diff) | |
| download | discoin-8e9248d96b99c89999fe2c4901dff008d081940e.tar.xz discoin-8e9248d96b99c89999fe2c4901dff008d081940e.zip | |
[Trivial] Cryptocurrency is one word
Cryptocurrency was added to Oxford Dictionaries Online in May 2014.
| -rw-r--r-- | contrib/init/bitcoind.openrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/init/bitcoind.openrc b/contrib/init/bitcoind.openrc index b0ac5e31e..f0ba6832c 100644 --- a/contrib/init/bitcoind.openrc +++ b/contrib/init/bitcoind.openrc @@ -19,7 +19,7 @@ BITCOIND_NICE=${BITCOIND_NICE:-${NICELEVEL:-0}} BITCOIND_OPTS="${BITCOIND_OPTS:-${BITCOIN_OPTS}}" name="Bitcoin Core Daemon" -description="Bitcoin crypto-currency p2p network daemon" +description="Bitcoin cryptocurrency p2p network daemon" command="/usr/bin/bitcoind" command_args="-pid=\"${BITCOIND_PIDFILE}\" \ |