summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Nicoletti <dantti85-pk@yahoo.com.br>2008-08-04 20:13:18 -0300
committerDaniel Nicoletti <dantti85-pk@yahoo.com.br>2008-08-04 20:13:18 -0300
commitf53b90f92f36e298e61c28a389683b9b73aff664 (patch)
tree43057cad0f61d1734a855f05f9f9f576d089d6d4
parent69c0ce0dc570a721ec3c8e9ecbf080964312091c (diff)
Fixed a typo from packagekit policyHEADmaster
-rw-r--r--lib/constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/constants.h b/lib/constants.h
index d01ba45..9185290 100644
--- a/lib/constants.h
+++ b/lib/constants.h
@@ -19,6 +19,6 @@
#define AUTH_PACKAGE_REMOVE "org.freedesktop.packagekit.package-remove"
#define AUTH_SYSTEM_UPDATE "org.freedesktop.packagekit.system-update"
#define AUTH_SYSTEM_ROLLBACK "org.freedesktop.packagekit.system-rollback"
-#define AUTH_SYSTEM_SOURCES_CONFIGURE "org.freedesktop.packagekit.systems-sources-configure"
+#define AUTH_SYSTEM_SOURCES_CONFIGURE "org.freedesktop.packagekit.system-sources-configure"
#define AUTH_SYSTEM_SOURCES_REFRESH "org.freedesktop.packagekit.system-sources-refresh"
#define AUTH_SYSTEM_NETWORK_PROXY_CONFIGURE "org.freedesktop.packagekit.system-network-proxy-configure"