summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/serve.fnl2
-rw-r--r--lib/spellfix.fnl (renamed from spellfix.fnl)0
2 files changed, 1 insertions, 1 deletions
diff --git a/bin/serve.fnl b/bin/serve.fnl
index 9d83b10..aeea929 100644
--- a/bin/serve.fnl
+++ b/bin/serve.fnl
@@ -10,7 +10,7 @@
(local array (require :lib.array))
(local str (require :lib.string))
(local texts (require :texts))
-(local spellfix (require :spellfix))
+(local spellfix (require :lib.spellfix))
(local cache (require :lib.cache))
(local {: must : measure} (require :lib.utils))
diff --git a/spellfix.fnl b/lib/spellfix.fnl
index 2507fca..2507fca 100644
--- a/spellfix.fnl
+++ b/lib/spellfix.fnl