diff options
author | Javier Jardón <javier.jardon@codethink.co.uk> | 2011-06-27 09:53:33 +0100 |
---|---|---|
committer | Javier Jardón <javier.jardon@codethink.co.uk> | 2011-06-27 09:53:33 +0100 |
commit | f348430550f391d6809455d321ce5b2315b151d6 (patch) | |
tree | d8bcc1b1fb75b8058aa271e37e939ce7555ef24c /Makefile.am | |
parent | 10f1e36dafac3c1491ef2c8ed6cd1bc93449c75d (diff) | |
download | ayatana-indicator-power-f348430550f391d6809455d321ce5b2315b151d6.tar.gz ayatana-indicator-power-f348430550f391d6809455d321ce5b2315b151d6.tar.bz2 ayatana-indicator-power-f348430550f391d6809455d321ce5b2315b151d6.zip |
Fix some typos
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3d9a8b9..b45f92d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,7 +44,7 @@ indicator_power_service_CFLAGS = \ $(POWERSERVICE_CFLAGS) \ -Wall -Werror \ -DLOCALEDIR=\"$(localedir)\" \ - -DG_LOG_DOMAIN=\"Power-Me\" + -DG_LOG_DOMAIN=\"Indicator-Power\" indicator_power_service_LDADD = \ $(POWERSERVICE_LIBS) |