diff options
| author | klemens <[email protected]> | 2017-08-16 00:24:39 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2017-08-16 00:24:39 +0200 |
| commit | f42fc1d508f24447519f79cf6304b2e4e2233a51 (patch) | |
| tree | 77569674d0fbb6ec885bbd08def6f52b0f966d50 /contrib/debian/examples | |
| parent | Merge #10556: Move stop/start functions from utils.py into BitcoinTestFramework (diff) | |
| download | discoin-f42fc1d508f24447519f79cf6304b2e4e2233a51.tar.xz discoin-f42fc1d508f24447519f79cf6304b2e4e2233a51.zip | |
doc: spelling fixes
Diffstat (limited to 'contrib/debian/examples')
| -rw-r--r-- | contrib/debian/examples/bitcoin.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/debian/examples/bitcoin.conf b/contrib/debian/examples/bitcoin.conf index 1029a5107..14a59fdf6 100644 --- a/contrib/debian/examples/bitcoin.conf +++ b/contrib/debian/examples/bitcoin.conf @@ -76,7 +76,7 @@ #rpcuser=Ulysseys #rpcpassword=YourSuperGreatPasswordNumber_DO_NOT_USE_THIS_OR_YOU_WILL_GET_ROBBED_385593 # -# The second method `rpcauth` can be added to server startup argument. It is set at intialization time +# The second method `rpcauth` can be added to server startup argument. It is set at initialization time # using the output from the script in share/rpcuser/rpcuser.py after providing a username: # # ./share/rpcuser/rpcuser.py alice |