Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: typos #2533

Merged
merged 1 commit into from Sep 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -45,7 +45,7 @@ few simple *options* for obtaining the software. The standalone DEX client is
strongly recommended as it is the easiest to setup and generally has the most
up-to-date downloads. Pick **just one** method:

1. Download the the standalone DEX client for your operating system for the
1. Download the standalone DEX client for your operating system for the
[latest release on GitHub](https://github.com/decred/dcrdex/releases).
2. Use your operating system's package manager. See [OS Packages](#os-packages)
for more info.
Expand All @@ -64,7 +64,7 @@ you want to set up a new DEX server and host markets of your choice, see

## OS Packages

We are in the process of adding the application to various OS package mangers:
We are in the process of adding the application to various OS package managers:

- Arch Linux ([AUR](https://aur.archlinux.org/packages/dcrdex)). e.g. `$ yay dcrdex`. Accessible to [Arch-based distros](https://wiki.archlinux.org/title/Arch-based_distributions) like Manjaro.
- MacOS. Homebrew cask **coming soon**.
Expand All @@ -89,7 +89,7 @@ start with some smaller orders to build up your reputation. As you complete
orders, your limit will go up.

**If you fail to complete swaps** when your orders are matched, your account
will accumulate strikes that may be lead your account becoming automatically
will accumulate strikes that may lead to your account becoming automatically
suspended. These situations are not always intentional (e.g. prolonged loss of
internet access, crashed computer, etc.), so for technical assistance, please
reach out
Expand Down Expand Up @@ -125,7 +125,7 @@ for more details about how atomic swaps work.

The [DEX specification](spec/README.mediawiki) details the messaging and trading
protocols required to use the Market API. Not only is the code in
in the **decred/dcrdex** repository open-source, but the entire protocol is
the **decred/dcrdex** repository open-source, but the entire protocol is
open-source. So anyone can, in principle, write their own client or server based
on the specification. Such an endeavor would be ill-advised in these early
stages, while the protocols are undergoing constant change.
Expand Down
2 changes: 1 addition & 1 deletion docs/wiki/Client-Installation-and-Configuration.md
Expand Up @@ -110,7 +110,7 @@ several blocks.

<img src="images/choose-bond-asset.png" width="400">

NOTE: A dedicate wiki page describing time-locked fidelity bonds will be
NOTE: A dedicated wiki page describing time-locked fidelity bonds will be
created, but in short, fidelity bonds are funds redeemable only by you, but
in the future. Having a potential trader lock some amount of funds before
placing orders is an anti-spam mechanism to combat disruptive behavior like
Expand Down
2 changes: 1 addition & 1 deletion docs/wiki/Ethereum.md
Expand Up @@ -22,7 +22,7 @@ List](#rpc-provider-list-partial) below for suggestions.
## Wallet Setup

From the "Wallets" page of the DEX application, you select Ethereum from the
left menu, which will show you your the ETH balance if you already have a
left menu, which will show you your ETH balance if you already have a
wallet, or you will see a "Create a Ethereum Wallet" button:

<img src="images/eth-create-wallet.png" width="320">
Expand Down
2 changes: 1 addition & 1 deletion docs/wiki/Getting Started With Fuzzing.md
Expand Up @@ -85,7 +85,7 @@ The fuzzing arguments can only be the following types:

To enable fuzzing, run go test with the `-fuzz` flag, providing a test name (e.g `FuzzTestName`) or regex matching a **single** fuzz test. By default, all other tests in that package will run before fuzzing begins. This is to ensure that fuzzing won’t report any issues that would already be caught by an existing test.

**Note**: Fuzzing cannot be run for multiple packages at the same time using the `-fuzz` flag. You **must** specify **at most one Fuzz test** (e.g `-fuzz=FuzzXXX`) [See: [suppport for multiple Fuzz tests](https://go.googlesource.com/proposal/+/master/design/draft-fuzzing.md#fuzzing-engine-supports-multiple-fuzz-tests-at-once)].
**Note**: Fuzzing cannot be run for multiple packages at the same time using the `-fuzz` flag. You **must** specify **at most one Fuzz test** (e.g `-fuzz=FuzzXXX`) [See: [support for multiple Fuzz tests](https://go.googlesource.com/proposal/+/master/design/draft-fuzzing.md#fuzzing-engine-supports-multiple-fuzz-tests-at-once)].

## Command Line Output

Expand Down
2 changes: 1 addition & 1 deletion docs/wiki/Testnet-Testing.md
Expand Up @@ -79,7 +79,7 @@ in your configuration file, you'll need to specify that port instead.

### Run Decred Daemon and Wallet Software

Get the dcrd/dcrwallet/dcrctl command line suite from [the latest release binaries](https://github.com/decred/decred-release/releases/tag/v1.5.1) or building from master ([`dcrd`](https://github.com/decred/dcrd#build-from-source-all-platforms), [`dcrwallet`](https://github.com/decred/dcrwallet#build-from-source-all-platforms), [`dcrctl`](https://github.com/decred/dcrctl#build-and-installation) or alternatively [this dcrbuild.sh script](https://gist.github.com/chappjc/6cfc52a5b700a43c03d533172f91aa57) on Linux/Mac), which fairly simple.
Get the dcrd/dcrwallet/dcrctl command line suite from [the latest release binaries](https://github.com/decred/decred-release/releases/tag/v1.5.1) or building from master ([`dcrd`](https://github.com/decred/dcrd#build-from-source-all-platforms), [`dcrwallet`](https://github.com/decred/dcrwallet#build-from-source-all-platforms), [`dcrctl`](https://github.com/decred/dcrctl#build-and-installation) or alternatively [this dcrbuild.sh script](https://gist.github.com/chappjc/6cfc52a5b700a43c03d533172f91aa57) on Linux/Mac), which is fairly simple.

Sync the Decred blockchain. Set the `username` and `password` in the `dcrd`
configuration file (recommended, shown), or as a command line argument (adjust
Expand Down