Skip to content
Snippets Groups Projects
Commit 31731b3f authored by David Douard's avatar David Douard
Browse files

fix several typos detected by codespell

parent 9078d279
No related branches found
Tags swh-loader-highpriority-20230203.1
No related merge requests found
......@@ -45,7 +45,7 @@ def pg_restore(dbname, dumpfile, dumptype='pg_dump'):
"""
Args:
dbname: name of the DB to restore into
dumpfile: path fo the dump file
dumpfile: path of the dump file
dumptype: one of 'pg_dump' (for binary dumps), 'psql' (for SQL dumps)
"""
assert dumptype in ['pg_dump', 'psql']
......
......@@ -175,7 +175,7 @@ class TestStatsd(unittest.TestCase):
self.statsd.gauge('gauge', 123.4)
self.assertEqual('foo.gauge:123.4|g', self.recv())
# Test Client level contant tags
# Test Client level constant tags
def test_gauge_constant_tags(self):
self.statsd.constant_tags = {
'bar': 'baz',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment