aboutsummaryrefslogtreecommitdiff
path: root/helpers.lua
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-07-29 23:40:50 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-07-29 23:40:50 +0200
commit19ca7b5a038508179b2e195d223ecaa2299f14a1 (patch)
tree3aa4036c204d1fc0bddcc1343c2b5d7cb6588af9 /helpers.lua
parent9cd250be0b046cf4692df077e9e1db1d050345d0 (diff)
downloadvicious-legacy-19ca7b5a038508179b2e195d223ecaa2299f14a1.tar.xz
Replaced TODO with Todo in helpers.
Diffstat (limited to 'helpers.lua')
-rw-r--r--helpers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers.lua b/helpers.lua
index d2bfc9f..875c14b 100644
--- a/helpers.lua
+++ b/helpers.lua
@@ -27,7 +27,7 @@ module("vicious.helpers")
-- {{{ Helper functions
-- {{{ Format a string with args
function format(format, args)
- -- TODO: Find a more efficient way to do this
+ -- Todo: Find a more efficient way to do this
-- Format a string
for var, val in pairs(args) do