diff options
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 |