summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anylike.org>2009-12-25 11:12:13 +0000
committerChristian Pointner <equinox@anylike.org>2009-12-25 11:12:13 +0000
commit0870aab631197affc25b74b04a4d3f4a4dfb27f5 (patch)
tree7d17dfde4a7ba5cf88bb2096da6222983d50741c
parentadded initial crypt library for lua (diff)
fixed typo
-rw-r--r--src/main_loop.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main_loop.lua b/src/main_loop.lua
index d0783ca..b8f7c01 100644
--- a/src/main_loop.lua
+++ b/src/main_loop.lua
@@ -25,7 +25,7 @@
log.print("NOTICE", "main_loop started");
-log.print("DEBUG", "yet anoter message");
+log.print("DEBUG", "yet another message");
log.print("ERROR", "this is an error");