aboutsummaryrefslogtreecommitdiff
path: root/hydra.go
diff options
context:
space:
mode:
Diffstat (limited to 'hydra.go')
-rw-r--r--hydra.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hydra.go b/hydra.go
index 6da1822..6caff4c 100644
--- a/hydra.go
+++ b/hydra.go
@@ -40,7 +40,7 @@ var builtinFiles = []string{
var hydraFuncs = map[string]lua.LGFunction{
"client": l_client,
- "map": l_map,
+ "map": l_map,
"dtime": l_dtime,
"poll": l_poll,
"close": l_close,