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 spelling errors #495

Merged
merged 2 commits into from
Oct 11, 2022
Merged

fix spelling errors #495

merged 2 commits into from
Oct 11, 2022

Conversation

orcutt989
Copy link
Contributor

I used the tool https://github.com/crate-ci/typos, found, and fixed the following typos.

error: `filesytem` should be `filesystem`
  --> ./snapshotEngine/snapshot-maker.sh:180:22
    |
180 | # Trigger subsequent filesytem inits, snapshots, tarballs, and uploads.
    |                      ^^^^^^^^^
    |
error: `mulitpart` should be `multipart`
  --> ./snapshotEngine/zip-and-upload.sh:29:63
   |
29 |     # If you upload a file bigger than 50GB, you have to do a mulitpart upload with a part size between 1 and 10000.
   |                                                               ^^^^^^^^^
   |
error: `mulitpart` should be `multipart`
  --> ./snapshotEngine/zip-and-upload.sh:195:63
    |
195 |     # If you upload a file bigger than 50GB, you have to do a mulitpart upload with a part size between 1 and 10000.
    |                                                               ^^^^^^^^^
    |
error: `accross` should be `across`
  --> ./snapshotEngine/zip-and-upload.sh:430:33
    |
430 | # List of all snapshot metadata accross all subdomains
    |                                 ^^^^^^^
    |
error: `unparseable` should be `unparsable`
  --> ./mkchain/versioneer.py:694:15
    |
694 |             # unparseable. Maybe git-describe is misbehaving?
    |               ^^^^^^^^^^^
    |
error: `unparseable` should be `unparsable`
  --> ./mkchain/versioneer.py:1108:15
     |
1108 |             # unparseable. Maybe git-describe is misbehaving?
     |               ^^^^^^^^^^^
     |
error: `unparseable` should be `unparsable`
  --> ./mkchain/tqchain/_version.py:297:15
    |
297 |             # unparseable. Maybe git-describe is misbehaving?
    |               ^^^^^^^^^^^
    |
error: `recommmend` should be `recommend`
  --> ./docs/Prerequisites.md:15:6
   |
15 | - we recommmend [pulumi](https://www.pulumi.com/docs/get-started/install/), an infrastructure-as-code platform, for cloud deployments
   |      ^^^^^^^^^^
   |
error: `succesfully` should be `successfully`
  --> ./utils/sidecar.py:33:22
   |
33 |         # and return succesfully to mark as ready
   |                      ^^^^^^^^^^^
   |
error: `refered` should be `referred`
  --> ./utils/config-generator.py:193:43
    |
193 | # We create any missing accounts that are refered to by a node at
    |                                           ^^^^^^^
    |
error: `hashs` should be `hashes`
  --> ./utils/config-generator.py:251:14
    |
251 | # public_key_hashs.
    |              ^^^^^
    |
error: `hashs` should be `hashes`
  --> ./utils/config-generator.py:348:16
    |
348 |     public_key_hashs = []
    |                ^^^^^
    |
error: `hashs` should be `hashes`
  --> ./utils/config-generator.py:394:20
    |
394 |         public_key_hashs.append({"name": account_name, "value": pkh_b58})
    |                    ^^^^^
    |
error: `hashs` should be `hashes`
  --> ./utils/config-generator.py:413:48
    |
413 |     print("  Writing " + tezdir + "/public_key_hashs")
    |                                                ^^^^^
    |
error: `hashs` should be `hashes`
  --> ./utils/config-generator.py:414:26
    |
414 |     json.dump(public_key_hashs, open(tezdir + "/public_key_hashs", "w"), indent=4)
    |                          ^^^^^
    |
error: `hashs` should be `hashes`
  --> ./utils/config-generator.py:414:60
    |
414 |     json.dump(public_key_hashs, open(tezdir + "/public_key_hashs", "w"), indent=4)
    |                                                            ^^^^^
    |
error: `Sucessfully` should be `Successfully`
# git ls-files --others --exclude-from=.git/info/exclude
  --> ./charts/snapshotEngine/scripts/snapshot-warmer.sh:60:21
   |
60 |          printf "%s Sucessfully deleted stuck snapshot %s! \n" "$(timestamp)" "$snapshot_name"
   |                     ^^^^^^^^^^^
   |
error: `sucessfully` should be `successfully`
  --> ./charts/snapshotEngine/README.md:323:41
    |
323 | In order for the storage to be imported sucessfully to a new node, the storage needs to be initialized by the `tezos-node` application.
    |                                         ^^^^^^^^^^^
    |
error: `defualt` should be `default`
  --> ./charts/tezos/values.yaml:29:29
   |
29 | # For non-public chains the defualt mutez given to an account if the
   |                             ^^^^^^^
   |
error: `overide` should be `override`
  --> ./charts/tezos/templates/_containers.tpl:41:26
   |
41 |      *    script_command overide the name of the script.  We still look
   |                          ^^^^^^^
   |

Copy link
Contributor

@nicolasochem nicolasochem left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

public_key_hashs unfortunately comes from upstream octez, if we fix it our generated wallets will be invalid.

Copy link
Contributor

@nicolasochem nicolasochem left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, all fixes appear to be in markdown files or comments.

@orcutt989 orcutt989 merged commit 6227c60 into master Oct 11, 2022
@orcutt989 orcutt989 deleted the typos branch December 12, 2022 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants