diff --git a/lua/gopher/impl.lua b/lua/gopher/impl.lua index 8af87f8..a279889 100644 --- a/lua/gopher/impl.lua +++ b/lua/gopher/impl.lua @@ -28,7 +28,7 @@ return function(...) if #args == 0 then iface = vim.fn.input "impl: generating method stubs for interface: " - vim.cmd "redeaw!" + vim.cmd "redraw!" if iface == "" then u.notify("usage: GoImpl f *File io.Reader", "info") return