Fixed a typo. Thanks to Dicson. Fixes #5714

This commit is contained in:
Alexander Cherniuk 2010-04-23 21:13:41 +03:00
parent 08eb94ed61
commit 378096f797
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ class LocationListener:
name, description, service, path = cli.GetPositionProvider()
if path:
provider = bus.get_object(service, path)
fields, timestamp, lat, lon, alt, accuray = provider.GetPosition()
fields, timestamp, lat, lon, alt, accuracy = provider.GetPosition()
self._on_geoclue_position_changed(fields, timestamp, lat, lon, alt,
accuracy)