Skip to content

Commit 7c8e576

Browse files
ScottKevillFizzadar
authored andcommitted
Fix bug typos
1 parent 2e42895 commit 7c8e576

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

pyinfra/facts/hardware.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def process_data(self, data):
333333
for interface, details in data.items():
334334
ip_details = details.get(self.ip_type)
335335
if not ip_details:
336-
continue # pramga: no cover
336+
continue # pragma: no cover
337337

338338
addresses[interface] = ip_details["address"]
339339

pyinfra/operations/postgresql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def role(
185185
)
186186
roles[role] = {
187187
"super": superuser,
188-
"cretedb": createdb,
188+
"createdb": createdb,
189189
"createrole": createrole,
190190
}
191191
else:

tests/words.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,6 @@ postgre
264264
powershell
265265
ppa
266266
ppk
267-
pramga
268267
precondition
269268
procs
270269
proxyjump

0 commit comments

Comments
 (0)