Fixed a typo. Thanks to Dicson. Fixes #5714
This commit is contained in:
		
							parent
							
								
									08eb94ed61
								
							
						
					
					
						commit
						378096f797
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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) | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue