diff options
Diffstat (limited to 'modules/computer.c')
-rw-r--r-- | modules/computer.c | 2 |
1 files changed, 1 insertions, 1 deletions
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")) { |