Fix breaking typo in `prompt.lua`
John Smith

John Smith commited on 2021-357 12:33:22
Showing 1 changed files, with 1 additions and 1 deletions.

... ...
@@ -79,7 +79,7 @@ function Prompt:torec(prompts)
79 79
     local fspt = prompts[1]:spt()
80 80
     local ret = { PromptText = { fspt }, LastReview = {}, LastDelay = {}, Successes = {}, Failures = {} }
81 81
     if prompts[1].created then
82
-        ret.Created = { propmts[1].created }
82
+        ret.Created = { prompts[1].created }
83 83
     end
84 84
     for i, pr in ipairs(prompts) do
85 85
         if pr:spt() ~= fspt then
86 86