aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/indicator-power.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indicator-power.c b/src/indicator-power.c
index 8da9734..4118dcc 100644
--- a/src/indicator-power.c
+++ b/src/indicator-power.c
@@ -403,7 +403,7 @@ device_compare_func (gconstpointer ga, gconstpointer gb)
{
ret = 1;
}
- else if (b_state != state) /* b is charging */
+ else if (b_state != state) /* a is charging */
{
ret = -1;
}