From f5383945379751edb093a47ee34c5abe48c29588 Mon Sep 17 00:00:00 2001 From: lijunjie Date: Thu, 27 Dec 2018 16:22:15 +0800 Subject: [PATCH] Fix the misspelling of "configuration" Change-Id: If9c2ae83843a78a01a9c29ff820448c7aefa6b1b --- mtce/src/hwmon/hwmonClass.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mtce/src/hwmon/hwmonClass.h b/mtce/src/hwmon/hwmonClass.h index d731140a..7cb7b6cb 100644 --- a/mtce/src/hwmon/hwmonClass.h +++ b/mtce/src/hwmon/hwmonClass.h @@ -476,7 +476,7 @@ class hwmonHostClass int hosts ; /* This bool is set in the daemon_configure case to inform the - * FSM that there has been a configuraiton reload. + * FSM that there has been a configuration reload. * The initial purpose if this bool is to trigger a full sensor * dump of all hosts on demand */ bool config_reload ;