[sysprof] battery: fix typo



commit 416d0383f2c34da56aea9ce5f6de5e940aa91f8d
Author: Christian Hergert <chergert redhat com>
Date:   Wed Jun 12 16:30:17 2019 -0700

    battery: fix typo

 src/libsysprof/sysprof-battery-source.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/libsysprof/sysprof-battery-source.c b/src/libsysprof/sysprof-battery-source.c
index 9d74eca..a978bee 100644
--- a/src/libsysprof/sysprof-battery-source.c
+++ b/src/libsysprof/sysprof-battery-source.c
@@ -129,7 +129,7 @@ sysprof_battery_source_prepare (SysprofSource *source)
 
       bat.counter_id = sysprof_capture_writer_request_counter (self->writer, 1);
 
-      g_strlcpy (ctr.category, "Battery Change", sizeof ctr.category);
+      g_strlcpy (ctr.category, "Battery Charge", sizeof ctr.category);
       g_strlcpy (ctr.name, bat.id, sizeof ctr.name);
       g_strlcpy (ctr.description, bat.name, sizeof ctr.description);
       ctr.id = bat.counter_id;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]