summaryrefslogtreecommitdiff
path: root/options.c
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2010-10-04 15:31:19 (GMT)
committerChristian Pointner <equinox@helsinki.at>2010-10-04 15:31:19 (GMT)
commit3f8111f0382c32b2b4f9202678261f6d89b3003b (patch)
treefc93f8463e648554b48b9c175de823dabfa2725e /options.c
parent2e44bfd10863b18f4afb806bb933db6f2604b2dc (diff)
fixed typo
Diffstat (limited to 'options.c')
-rw-r--r--options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.c b/options.c
index 0042e2b..9f6f5a1 100644
--- a/options.c
+++ b/options.c
@@ -441,7 +441,7 @@ void options_clear(options_t* opt)
if(opt->led_filename_)
free(opt->led_filename_);
-/* luacleint only */
+/* luaclient only */
if(opt->lua_file_)
free(opt->lua_file_);
}