diff options
author | theHacker <git@thehacker.biz> | 2016-06-10 11:11:51 +0200 |
---|---|---|
committer | theHacker <git@thehacker.biz> | 2016-06-10 11:11:51 +0200 |
commit | a4e1c26e6301eddbac9d1c85c94fd8b4ff8a68c4 (patch) | |
tree | 79e529577e29d49d47b644d359a0710d09a450ed /modules/computer.c | |
parent | 2bcf48232e50a6c816127a612dfe2390b046aacc (diff) |
typo in comment
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")) { |