efreet: better english

SVN revision: 78889
This commit is contained in:
Sebastian Dransfeld 2012-11-03 21:44:11 +00:00
parent 06fd5c1fbb
commit a5ac6a987c
2 changed files with 2 additions and 2 deletions

View File

@ -137,7 +137,7 @@ static const EDBus_Method methods[] = {
do_register, 0
},
{
"UnRegister", NULL, NULL,
"Unregister", NULL, NULL,
do_unregister, 0
},
{

View File

@ -212,7 +212,7 @@ efreet_cache_shutdown(void)
*/
if (conn)
{
edbus_proxy_call(proxy, "UnRegister", NULL, NULL, -1, "");
edbus_proxy_call(proxy, "Unregister", NULL, NULL, -1, "");
edbus_connection_unref(conn);
}