diff options
author | Hans Hagen <pragma@wxs.nl> | 2021-10-15 15:03:57 +0200 |
---|---|---|
committer | Context Git Mirror Bot <phg@phi-gamma.net> | 2021-10-15 15:03:57 +0200 |
commit | 6ca88e6f1f15cea89db047839c3126a501f39eea (patch) | |
tree | e87d8a0ad20389157a8ccb02278d3a94152877c9 /scripts | |
parent | cc7fcf11d31b2db23ba3adca896507f9faf128cc (diff) | |
download | context-6ca88e6f1f15cea89db047839c3126a501f39eea.tar.gz |
2021-10-15 13:59:00
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/context/lua/mtx-spell.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/context/lua/mtx-spell.lua b/scripts/context/lua/mtx-spell.lua index 2f0645f09..dcfc9feb1 100644 --- a/scripts/context/lua/mtx-spell.lua +++ b/scripts/context/lua/mtx-spell.lua @@ -326,15 +326,15 @@ end -- } -- spell.dicaff { --- dictionary = "e:/context/spell/lo/en_GB.dic.txt", +-- dictionary = "e:/context/spell/lo/en_GB.dic.txt", -- specification = "e:/context/spell/lo/en_GB.aff.txt", --- result = "e:/context/spell/lo/data-uk.txt", +-- result = "e:/context/spell/lo/data-uk.txt", -- } -- spell.dicaff { --- dictionary = "e:/context/spell/lo/nl_NL.dic.txt", +-- dictionary = "e:/context/spell/lo/nl_NL.dic.txt", -- specification = "e:/context/spell/lo/nl_NL.aff.txt", --- result = "e:/context/spell/lo/data-nl.txt", +-- result = "e:/context/spell/lo/data-nl.txt", -- } if environment.argument("expand") then |