diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-06-12 23:28:01 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-06-12 23:28:01 +0800 |
commit | 87d5ea81cc37d8a1a4eda76da7251551c8f7a979 (patch) | |
tree | 4b07d25e67b0db18a55539fb365c51a6956caa33 | |
parent | f3e7e7d24461f07b2d4752c154d5c0a68dabf23e (diff) | |
download | gsoc2013-empathy-87d5ea81cc37d8a1a4eda76da7251551c8f7a979.tar gsoc2013-empathy-87d5ea81cc37d8a1a4eda76da7251551c8f7a979.tar.gz gsoc2013-empathy-87d5ea81cc37d8a1a4eda76da7251551c8f7a979.tar.bz2 gsoc2013-empathy-87d5ea81cc37d8a1a4eda76da7251551c8f7a979.tar.lz gsoc2013-empathy-87d5ea81cc37d8a1a4eda76da7251551c8f7a979.tar.xz gsoc2013-empathy-87d5ea81cc37d8a1a4eda76da7251551c8f7a979.tar.zst gsoc2013-empathy-87d5ea81cc37d8a1a4eda76da7251551c8f7a979.zip |
empathy-location-manager: remove a trailing space
-rw-r--r-- | libempathy-gtk/empathy-location-manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-location-manager.c b/libempathy-gtk/empathy-location-manager.c index 1b76e2e1d..2e45ab688 100644 --- a/libempathy-gtk/empathy-location-manager.c +++ b/libempathy-gtk/empathy-location-manager.c @@ -453,7 +453,7 @@ update_resources (EmpathyLocationManager *location_manager) DEBUG ("Updating resources %d", priv->resources); /* As per Geoclue bug #15126, using NONE results in no address - * being found as geoclue-manual report an empty address with + * being found as geoclue-manual report an empty address with * accuracy = NONE */ if (!geoclue_master_client_set_requirements (priv->gc_client, GEOCLUE_ACCURACY_LEVEL_COUNTRY, 0, TRUE, priv->resources, |