From a4e1c26e6301eddbac9d1c85c94fd8b4ff8a68c4 Mon Sep 17 00:00:00 2001 From: theHacker Date: Fri, 10 Jun 2016 11:11:51 +0200 Subject: typo in comment --- modules/computer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/computer.c b/modules/computer.c index 16c68217..8fabdb07 100644 --- a/modules/computer.c +++ b/modules/computer.c @@ -96,7 +96,7 @@ gchar *hi_more_info(gchar * entry) gchar *hi_get_field(gchar * field) { - setlocale(LC_ALL, "C"); //Load Average is not updated if locale is not C, swithc locale to C + setlocale(LC_ALL, "C"); //Load Average is not updated if locale is not C, switch locale to C gchar *tmp; if (g_str_equal(field, "Memory")) { -- cgit v1.2.3