Skip to content

Commit 07b42ae

Browse files
committed
fix typos
1 parent d7afaad commit 07b42ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

testgres/testgres.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ def psql(self, dbname, query=None, filename=None, username=None):
852852
stdout=subprocess.PIPE,
853853
stderr=subprocess.PIPE)
854854

855-
# wait untill it finishes and get stdout and stderr
855+
# wait until it finishes and get stdout and stderr
856856
out, err = process.communicate()
857857
return process.returncode, out, err
858858

tests/test_simple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ def test_ports_management(self):
470470
port_2 = node.port
471471
self.assertEqual(port_1, port_2)
472472

473-
# check that port has been freed successfuly
473+
# check that port has been freed successfully
474474
self.assertEqual(len(bound_ports), 0)
475475

476476
def test_version_management(self):

0 commit comments

Comments
 (0)