summaryrefslogtreecommitdiffstats
path: root/ledctl
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-04-08 14:30:41 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-04-11 05:27:34 +0000
commit9d572eb36fbf9a1877502fe47db2313a6ac3ab0c (patch)
treea4f9b7cbd791f8e218568732fdf50940b97a4146 /ledctl
parent1acfd753dc9eba1fdb46f8c3ddf4121b578da8c8 (diff)
downloadtalos-skeleton-9d572eb36fbf9a1877502fe47db2313a6ac3ab0c.tar.gz
talos-skeleton-9d572eb36fbf9a1877502fe47db2313a6ac3ab0c.zip
Spelling fixes
Spelling errors found using github.com/lucasdemarchi/codespell A tool to fix common misspellings. This tool is licensed under GNU General Public License, version 2. Change-Id: Ic21c2fe45c509d9821963e49610a2adbf761f8f9 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'ledctl')
-rw-r--r--ledctl/led_controller.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ledctl/led_controller.c b/ledctl/led_controller.c
index a2bb4c6..af3e0ba 100644
--- a/ledctl/led_controller.c
+++ b/ledctl/led_controller.c
@@ -113,7 +113,7 @@ led_function_router(sd_bus_message *msg, void *user_data,
const char *led_function = sd_bus_message_get_member(msg);
if(led_function == NULL)
{
- fprintf(stderr, "Null LED function specificed for : [%s]\n",led_name);
+ fprintf(stderr, "Null LED function specified for : [%s]\n",led_name);
return sd_bus_reply_method_return(msg, "i", rc);
}
OpenPOWER on IntegriCloud