Fix patch that got corrupted while testing

This commit is contained in:
Jason E. Hale 2018-09-06 12:56:08 +00:00
parent 8487552927
commit 8a2a08481e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=479099

View file

@ -11,7 +11,7 @@ on the engine selected in the port options.
+ +
+ """Set the default engine and check it first + """Set the default engine and check it first
+ """ + """
+ defaultEngine = 'hunspell' + defaultEngine = '%%SPELL_ENGINE%%'
+ engineOptions.move_to_end(defaultEngine, last=False) + engineOptions.move_to_end(defaultEngine, last=False)
+ +
if spellPath: if spellPath: