Skip to content

Commit

Permalink
fix: typos (#53)
Browse files Browse the repository at this point in the history
* fix typo

* fix typos
  • Loading branch information
omahs authored Jul 30, 2024
1 parent 91acff2 commit 8c54a51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion orai/doc/Genesis_validator.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ setup <your passphrase>

After running, there will be three .txt files generated.

One file, which is account.txt, stores your genesis account information as well as its mnemonic. Please keep it safe, and remove the file when you finish storing your account infromation.
One file, which is account.txt, stores your genesis account information as well as its mnemonic. Please keep it safe, and remove the file when you finish storing your account information.

Please upload the .oraid/config/gentx/gentx-\*.json file to the following google form:

Expand Down
6 changes: 3 additions & 3 deletions oraivisor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ _Note: the `name` variable in `upgrades/<name>` holds the URI-encoded name of th

Please note that `$DAEMON_HOME/oraivisor` just stores the _binaries_ and associated _program code_.
The `oraivisor` binary can be stored in any typical location (eg `/usr/local/bin`). The actual blockchain
program will store it's data under their default data directory (e.g. `$HOME/.oraid`) which is independent of
program will store its data under their default data directory (e.g. `$HOME/.oraid`) which is independent of
the `$DAEMON_HOME`. You can choose to set `$DAEMON_HOME` to the actual binary's home directory and then end up
with a configuation like the following, but this is left as a choice to the system admininstrator for best
with a configuration like the following, but this is left as a choice to the system administrator for best
directory layout:

```bash
Expand Down Expand Up @@ -141,7 +141,7 @@ then rebuild it with `make build`
Submit a software upgrade proposal:

```bash
# check orai.env for allowing auto download and upgrade form a URL
# check orai.env for allowing auto download and upgrade from a URL
# DAEMON_ALLOW_DOWNLOAD_BINARIES=true
# DAEMON_RESTART_AFTER_UPGRADE=true

Expand Down

0 comments on commit 8c54a51

Please sign in to comment.