summaryrefslogtreecommitdiff
path: root/src/gizmo/wasp-biblicality.el
diff options
context:
space:
mode:
Diffstat (limited to 'src/gizmo/wasp-biblicality.el')
-rw-r--r--src/gizmo/wasp-biblicality.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gizmo/wasp-biblicality.el b/src/gizmo/wasp-biblicality.el
index ce49a5b4..b7c46ed8 100644
--- a/src/gizmo/wasp-biblicality.el
+++ b/src/gizmo/wasp-biblicality.el
@@ -21,7 +21,7 @@
(defun w/populate-bible-table ()
"Populate `w/bible-table' from the Bible text file."
(unless w/bible-table
- (let* ((bible-string (s-downcase (w/slurp (w/asset "medical.txt"))))
+ (let* ((bible-string (s-downcase (w/slurp (w/asset "bible.txt"))))
(bible-string-nosyms (replace-regexp-in-string "[^[:alpha:]]" " " bible-string))
(bible-words (s-split-words bible-string-nosyms))
(ret (ht-create)))