Fix trivial typos

Found via `codespell -q 3 -L ba`
This commit is contained in:
luz paz 2022-03-18 17:05:05 -04:00
parent 0609c59676
commit 4445d039a6
2 changed files with 2 additions and 2 deletions

View file

@ -1123,7 +1123,7 @@ class BooleanFlagsInEllipticalPath(unittest.TestCase):
paths = doc.getElementsByTagNameNS(SVGNS, 'path')
for path in paths:
self.assertEqual(path.getAttribute('d'), 'm0 0a100 50 0 00100 50',
'Did not ommit spaces after boolean flags in elliptical arg path command')
'Did not omit spaces after boolean flags in elliptical arg path command')
def test_output_spaces_with_renderer_workaround(self):
doc = scourXmlFile('unittests/path-elliptical-flags.svg', parse_args(['--renderer-workaround']))