From 57a0463d3dfef7fd727cc12de9e3eda805e7855f Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Mon, 8 Apr 2019 06:59:43 -0400 Subject: [PATCH] Fix typo in procinterrupts The word blacing should be blancing Signed-off-by: Neil Horman Reported-by: Edward Arthur --- procinterrupts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/procinterrupts.c b/procinterrupts.c index 2c8118a..2088c58 100644 --- a/procinterrupts.c +++ b/procinterrupts.c @@ -438,7 +438,7 @@ void parse_proc_stat(void) file = fopen("/proc/stat", "r"); if (!file) { - log(TO_ALL, LOG_WARNING, "WARNING cant open /proc/stat. balacing is broken\n"); + log(TO_ALL, LOG_WARNING, "WARNING cant open /proc/stat. balancing is broken\n"); return; }