summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--repl.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/repl.lua b/repl.lua
index 4076729..46f049e 100644
--- a/repl.lua
+++ b/repl.lua
@@ -62,7 +62,7 @@ local function result(ok,...)
print("error: "..(...))
end
end
-io.write("lua_repl_good for ".._VERSION)
+io.write("lua-repl-good for ".._VERSION)
if jit then io.write(" ("..jit.version..")") end
io.write"\n"