Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Signed-off-by: Viktor Szépe <viktor@szepe.net>
  • Loading branch information
szepeviktor committed Feb 13, 2025
1 parent d1dca5e commit 9e26aa1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ original project and to be a direct replacement from

## Why?

Bacause Let's Encrypt's point is to be automatic and seamless and ManuaLE was
Because Let's Encrypt's point is to be automatic and seamless and ManuaLE was
designed to be manual.

Automatoes will add automatic workflows and new features to evolve ManuaLe's
Expand Down Expand Up @@ -199,7 +199,7 @@ this one will be deleted, and a new order will be created.
> 1. /acme/cert/<cert_id> is called, and we place keys like we use to do before
> 1. we're done!
* If you try to issue certificates for a domain sequence and an oder is pending
* If you try to issue certificates for a domain sequence and an order is pending
or invalid, automatoes will ask you to run authorize before.

After authorizing a domain sequence you need run issue with the same domain
Expand Down
2 changes: 1 addition & 1 deletion automatoes/cli/commands/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


@taskio.group(name="account", short_help="Group with commands related to "
"account managment")
"account management")
@pass_context
def account(ctx):
pass
Expand Down
2 changes: 1 addition & 1 deletion automatoes/cli/commands/order.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@


@taskio.group(name="order", short_help="Group with commands related to order "
"managment")
"management")
@pass_context
def order(ctx):
pass
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ original project and to be a direct replacement from
Why?
====

Bacause Let's Encrypt's point is to be automatic and seamless and ManuaLE was
Because Let's Encrypt's point is to be automatic and seamless and ManuaLE was
designed to be manual.

Automatoes will add automatic workflows and new features to evolve ManuaLe's
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/features/steps/migrate_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@


def key_int_to_data(value: int) -> str:
""" This is the invertion of what happens inside
""" This is the inversion of what happens inside
automatoes.crypto.certbot_key_data_to_int
"""
hex_value = hex(value).replace("0x", "")
Expand Down

0 comments on commit 9e26aa1

Please sign in to comment.