summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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_);
}