branch: elpa/lua-mode
commit dc302400e38d19cf2bd94d0c30d659ffaf10c6d2
Merge: 171b99c 0f7f010
Author: immerrr again <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #160 from tarsiiformes/typo
Fix typo
---
lua-mode.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lua-mode.el b/lua-mode.el
index f5ca797..d289dc3 100644
--- a/lua-mode.el
+++ b/lua-mode.el
@@ -40,7 +40,7 @@
;;; Commentary:
-;; lua-mode provides support for editing Lua, including automatical
+;; lua-mode provides support for editing Lua, including automatic
;; indentation, syntactical font-locking, running interactive shell,
;; interacting with `hs-minor-mode' and online documentation lookup.