From 8a2a08481efb10c9d3dba1751c5ceb5e301cbbb2 Mon Sep 17 00:00:00 2001 From: "Jason E. Hale" Date: Thu, 6 Sep 2018 12:56:08 +0000 Subject: [PATCH] Fix patch that got corrupted while testing --- deskutils/treeline/files/patch-source_spellcheck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deskutils/treeline/files/patch-source_spellcheck.py b/deskutils/treeline/files/patch-source_spellcheck.py index 49b70d44743f..f9bf60c5e6b5 100644 --- a/deskutils/treeline/files/patch-source_spellcheck.py +++ b/deskutils/treeline/files/patch-source_spellcheck.py @@ -11,7 +11,7 @@ on the engine selected in the port options. + + """Set the default engine and check it first + """ -+ defaultEngine = 'hunspell' ++ defaultEngine = '%%SPELL_ENGINE%%' + engineOptions.move_to_end(defaultEngine, last=False) + if spellPath: