diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-10-29 11:59:09 +0100 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-10-29 11:59:09 +0100 |
commit | 7d558ffe8277e88dab2c4367b496fbf98a257cc1 (patch) | |
tree | ec2507cf9a197f14da8bdb8125943f2e2b117062 /src | |
parent | a76e4749d62fb24b89c879d2bdf1164dbdac233f (diff) | |
download | ayatana-indicator-power-7d558ffe8277e88dab2c4367b496fbf98a257cc1.tar.gz ayatana-indicator-power-7d558ffe8277e88dab2c4367b496fbf98a257cc1.tar.bz2 ayatana-indicator-power-7d558ffe8277e88dab2c4367b496fbf98a257cc1.zip |
copyediting: fix comment text
Diffstat (limited to 'src')
-rw-r--r-- | src/indicator-power.c | 2 |
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; } |