branch: elpa/lua-mode
commit 3688bf7e73d9fd7da88de87e4abd952a6aa340bd
Merge: cccb649 7a97e1b
Author: dennis again <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #136 from EdwardBetts/spelling
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 8f236af..2652494 100644
--- a/lua-mode.el
+++ b/lua-mode.el
@@ -1819,7 +1819,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)