branch: elpa/lua-mode
commit 5a9065531134e1c4f7c124eead216d455193c039
Author: Edward Betts <[email protected]>
Commit: velkyel <[email protected]>
correct spelling mistake
---
lua-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lua-mode.el b/lua-mode.el
index 04cee92..2046a4d 100644
--- a/lua-mode.el
+++ b/lua-mode.el
@@ -1822,7 +1822,7 @@ If `lua-process' is nil or dead, start a new process
first."
(point)))
(end (progn (lua-end-of-proc) (point))))
- ;; make sure point is in a function defintion before sending to
+ ;; make sure point is in a function definition before sending to
;; the subprocess
(if (and (>= pos start) (< pos end))
(lua-send-region start end)