From 09a4e5449e47c1b788809da90db581d58f0998e4 Mon Sep 17 00:00:00 2001 From: Nyall Dawson Date: Mon, 21 Oct 2024 13:45:58 +1000 Subject: [PATCH] Update tests/src/python/test_qgstextformat.py --- tests/src/python/test_qgstextformat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/src/python/test_qgstextformat.py b/tests/src/python/test_qgstextformat.py index 56a360cadb69..b4f4fe6ab354 100644 --- a/tests/src/python/test_qgstextformat.py +++ b/tests/src/python/test_qgstextformat.py @@ -46,7 +46,7 @@ def testRestoringAndSavingMissingFont(self): font = getTestFont() text_format.setFont(font) - # when writign the settings to XML, the originally missing font family should have been replaced by the new font family + # when writing the settings to XML, the originally missing font family should have been replaced by the new font family element = text_format.writeXml(document, context) self.assertEqual(element.attribute("fontFamily"), "QGIS Vera Sans")