aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason E. Hale <jhale@FreeBSD.org>2018-09-06 12:56:08 +0000
committerJason E. Hale <jhale@FreeBSD.org>2018-09-06 12:56:08 +0000
commit8a2a08481efb10c9d3dba1751c5ceb5e301cbbb2 (patch)
treeb3dafa14a6579395bbbb86a7c9181ef7cb0d1d9b
parent8487552927e4fbe0149b3379dc5be2689015cb5f (diff)
downloadports-8a2a08481efb10c9d3dba1751c5ceb5e301cbbb2.tar.gz
ports-8a2a08481efb10c9d3dba1751c5ceb5e301cbbb2.zip
Notes
-rw-r--r--deskutils/treeline/files/patch-source_spellcheck.py2
1 files changed, 1 insertions, 1 deletions
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: