aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortheHacker <git@thehacker.biz>2016-06-10 11:11:51 +0200
committertheHacker <git@thehacker.biz>2016-06-10 11:11:51 +0200
commita4e1c26e6301eddbac9d1c85c94fd8b4ff8a68c4 (patch)
tree79e529577e29d49d47b644d359a0710d09a450ed
parent2bcf48232e50a6c816127a612dfe2390b046aacc (diff)
typo in comment
-rw-r--r--modules/computer.c2
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")) {