Skip to content

Commit 7a41069

Browse files
author
Soren Stoutner
committed
Fix typos.
1 parent 5b20109 commit 7a41069

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

content/_guides/first_start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Enter the address and port in the textbox. For example: `node.community.rino.io:
3737

3838
### Connecting to a local node
3939

40-
Feather automatically detects the presense of a [local node](local-node) on the default port.
40+
Feather automatically detects the presence of a [local node](local-node) on the default port.
4141

4242
Feather does not manage a local node for you.
4343
If you want to run a local node, follow the steps in [this guide](https://moneroguides.org/tutorials/01x02-setting-up-your-own-node/) to set one up.

content/_guides/nodes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ During normal use the wallet will use the following endpoints:
5353
|/get_transaction_pool_hashes.bin| Sync | Get tx hashes from transaction pool. Called every 10 seconds after main sync is finished. |
5454
|/get_transactions| Sync | Get pool transactions the wallet hasn't scanned before. |
5555
|/get_output_distribution| Tx Construction | Output distribution used in decoy selection. Data is hashed and checked against a hardcoded value to mitigate against output distribution poisoning.<br>In Feather, the distribution is requested and cached immediately upon finishing wallet synchronization to cut bandwidth requirements for transaction construction by an order of magnitude. |
56-
|/get_outs.bin| Tx Construction | Request output public keys for selected indeces of ring members. The wallet cannot verify the validity of the public keys, except for the true input. Feather will show a warning if the true input is missing from the reponse. |
56+
|/get_outs.bin| Tx Construction | Request output public keys for selected indeces of ring members. The wallet cannot verify the validity of the public keys, except for the true input. Feather will show a warning if the true input is missing from the response. |
5757
|get_fee_estimate| Tx Construction | Get base transaction fee. Malicious nodes can introduce a fungibility defect by providing an incorrect fee estimate. |
5858
|hard_fork_info | Tx Construction | Get information about hard fork state. |
5959
|/send_raw_transaction | Tx Broadcast | Instruct the node to broadcast the transcation to the network. |

content/_guides/offline_tx_signing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Transactions are constructed using the view-only wallet on the online device, th
1717
Feather supports two airgapped transaction signing methods:
1818

1919
- Using a webcam to scan **animated QR code** (Uniform Resources, or **UR** for short)
20-
- By transfering **files** between computers (using a flash drive or SD card)
20+
- By transferring **files** between computers (using a flash drive or SD card)
2121

2222
For this guide we assume you will be using animated QR codes.
2323

@@ -151,4 +151,4 @@ Scan the animated QR code shown on the offline wallet with the view-only wallet.
151151

152152
After the scan is complete, a dialog will pop up asking you to confirm sending the transaction. You have just sent an airgapped transaction!
153153

154-
The next time you create a transaction, you will likely not have to go through steps 1 or 2.
154+
The next time you create a transaction, you will likely not have to go through steps 1 or 2.

content/_guides/seed_scheme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Polyseed has a number of advantages over Monero's standard seeds:
2727
| French |||
2828
| Italian |||
2929
| Czech |||
30-
| Portugese |||
30+
| Portuguese |||
3131
| Dutch |||
3232
| Esperanto |||
3333
| German |||

content/_guides/tor_support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ If you are unable to connect to the Tor network on your machine, you may configu
1313
Feather can be configured to handle traffic to nodes in three different ways:
1414

1515
- Never over Tor
16-
- Switch to Tor after intial synchronization (**default**)
16+
- Switch to Tor after initial synchronization (**default**)
1717
- Always over Tor
1818

1919
You have the option to select the desired mode when Feather is started for the first time **before** any network connections are made. You can also change the mode in the **Settings → Network → Proxy** tab.
2020

2121
By default, Feather routes all network traffic over Tor, except for wallet synchronization. Synchronization requires a lot of data transfer and is therefore very slow over Tor. A remote node does not learn much about your wallet during synchronization (for more information see [Nodes](nodes)). We believe this is a reasonable privacy / convenience trade-off.
2222

23-
On Tails, Whonix, or when Feather is started with `torsocks`, all traffic is routed through Tor regardless of application configuration. Traffic to a [local node](local-node) is never routed over Tor.
23+
On Tails, Whonix, or when Feather is started with `torsocks`, all traffic is routed through Tor regardless of application configuration. Traffic to a [local node](local-node) is never routed over Tor.

0 commit comments

Comments
 (0)