Skip to content

Commit abb8164

Browse files
authored
Fix typos (#14635)
1 parent 1cf3d8d commit abb8164

5 files changed

+7
-7
lines changed

docs/client-openwrt-router-wireguard.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Using Router wıth OpenWRT as a Client with WireGuard
1+
# Using Router with OpenWRT as a Client with WireGuard
22
This scenario is useful in case you want to use vpn with devices which has no vpn capability like smart tv, or make vpn connection available via router for multiple devices.
33
This is a tested, working scenario with following environment:
44

@@ -16,12 +16,12 @@ Make sure that you have
1616
- router and device in front of router does not have same ip . By default openwrt have 192.168.1.1 if so change it to something like 192.168.2.1
1717
### Install required packages(WebUI)
1818
- Open router web UI (mostly http://192.168.1.1 )
19-
- Login. (by default username: root, password:<empt
19+
- Login. (by default username: root, password:<empty>
2020
- System -> Software, click "Update lists"
2121
- Install following packages wireguard-tools, kmod-wireguard, luci-app-wireguard, wireguard, kmod-crypto-sha256, kmod-crypto-sha1, kmod-crypto-md5
2222
- restart router
2323

24-
### Aluternative Install required packages(ssh)
24+
### Alternative Install required packages(ssh)
2525
- Open router web UI (mostly http://192.168.1.1 )
2626
2727
- opkg update

docs/cloud-amazon-ec2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The cheapest EC2 plan you can choose is the "Free Plan" a.k.a. the "AWS Free Tie
1212

1313
As of the time of this writing (July 2018), the Free Tier limits include "750 hours of Amazon EC2 Linux t2.micro instance usage" per month, 15 GB of bandwidth (outbound) per month, and 30 GB of cloud storage. Algo will not even use 1% of the storage limit, but you may have to monitor your bandwidth usage or keep an eye out for the email from Amazon when you are about to exceed the Free Tier limits.
1414

15-
Addtional configurations are documented in the [EC2 section of the deploy from ansible guide](https://github.com/trailofbits/algo/blob/master/docs/deploy-from-ansible.md#amazon-ec2)
15+
Additional configurations are documented in the [EC2 section of the deploy from ansible guide](https://github.com/trailofbits/algo/blob/master/docs/deploy-from-ansible.md#amazon-ec2)
1616

1717
### Create an AWS permissions policy
1818

docs/cloud-cloudstack.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Configuration file
22

3-
Algo scripts will ask you for the API detail. You need to fetch the API credentials and the endpoint from the provider cocntrol panel.
3+
Algo scripts will ask you for the API detail. You need to fetch the API credentials and the endpoint from the provider control panel.
44

55
Example for Exoscale (European cloud provider exposing CloudStack API), visit https://portal.exoscale.com/u/<your@account>/account/profile/api to gather the required information: CloudStack api key and secret.
66

docs/cloud-gce.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ gcloud services enable compute.googleapis.com
3838
**Attention:** take care of the `configs/gce.json` file, which contains the credentials to manage your Google Cloud account, including create and delete servers on this project.
3939

4040

41-
There are more advanced arguments available for deploynment [using ansible](deploy-from-ansible.md).
41+
There are more advanced arguments available for deployment [using ansible](deploy-from-ansible.md).

docs/deploy-from-ansible.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Additional variables:
115115
- [image](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/describe-images.html) - AMI `describe-images` search parameters to find the OS for the hosted image. Each OS and architecture has a unique AMI-ID. The OS owner, for example [Ubuntu](https://cloud-images.ubuntu.com/locator/ec2/), updates these images often. If parameters below result in multiple results, the most recent AMI-ID is chosen
116116

117117
```
118-
# Example of equivalent cli comand
118+
# Example of equivalent cli command
119119
aws ec2 describe-images --owners "099720109477" --filters "Name=architecture,Values=arm64" "Name=name,Values=ubuntu/images/hvm-ssd/ubuntu-jammy-22.04*"
120120
```
121121

0 commit comments

Comments
 (0)