Fix typo in procinterrupts

The word blacing should be blancing

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
Reported-by: Edward Arthur <ed.arthur@gmail.com>
This commit is contained in:
Neil Horman 2019-04-08 06:59:43 -04:00 committed by nhorman
parent 5eae818516
commit 57a0463d3d

View file

@ -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;
}