Skip to content
Snippets Groups Projects
Commit 378096f7 authored by Alexander Cherniuk's avatar Alexander Cherniuk
Browse files

Fixed a typo. Thanks to Dicson. Fixes #5714

parent 08eb94ed
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment