Skip to content

Commit d80ae4c

Browse files
szepeviktorpiraz
authored andcommitted
Fix typos
Signed-off-by: Viktor Szépe <viktor@szepe.net>
1 parent d1dca5e commit d80ae4c

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ original project and to be a direct replacement from
1515

1616
## Why?
1717

18-
Bacause Let's Encrypt's point is to be automatic and seamless and ManuaLE was
18+
Because Let's Encrypt's point is to be automatic and seamless and ManuaLE was
1919
designed to be manual.
2020

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

205205
After authorizing a domain sequence you need run issue with the same domain

automatoes/cli/commands/account.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222

2323
@taskio.group(name="account", short_help="Group with commands related to "
24-
"account managment")
24+
"account management")
2525
@pass_context
2626
def account(ctx):
2727
pass

automatoes/cli/commands/order.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020

2121
@taskio.group(name="order", short_help="Group with commands related to order "
22-
"managment")
22+
"management")
2323
@pass_context
2424
def order(ctx):
2525
pass

docs/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ original project and to be a direct replacement from
2020
Why?
2121
====
2222

23-
Bacause Let's Encrypt's point is to be automatic and seamless and ManuaLE was
23+
Because Let's Encrypt's point is to be automatic and seamless and ManuaLE was
2424
designed to be manual.
2525

2626
Automatoes will add automatic workflows and new features to evolve ManuaLe's

tests/features/steps/migrate_steps.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929

3030
def key_int_to_data(value: int) -> str:
31-
""" This is the invertion of what happens inside
31+
""" This is the inversion of what happens inside
3232
automatoes.crypto.certbot_key_data_to_int
3333
"""
3434
hex_value = hex(value).replace("0x", "")

0 commit comments

Comments
 (0)