summaryrefslogtreecommitdiffstats
path: root/fanctl
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 /fanctl
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 'fanctl')
-rw-r--r--fanctl/fan_control.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fanctl/fan_control.c b/fanctl/fan_control.c
index 30d8213..c0f6241 100644
--- a/fanctl/fan_control.c
+++ b/fanctl/fan_control.c
@@ -319,7 +319,7 @@ static int fan_function_router(sd_bus_message *msg, void *user_data,
/* Get the Operation. */
const char *fan_function = sd_bus_message_get_member(msg);
if (fan_function == NULL) {
- fprintf(stderr, "fanctl: Null FAN function specificed\n");
+ fprintf(stderr, "fanctl: Null FAN function specified\n");
return sd_bus_reply_method_return(msg, "i", rc);
}
OpenPOWER on IntegriCloud