From 80e9f2477c379ad4d6d8cc347fab2808faf7ced5 Mon Sep 17 00:00:00 2001 From: Alex Zolotarev Date: Mon, 13 Dec 2010 12:08:41 +0000 Subject: [PATCH] [iPhone] Fixed typo --- iphone/Maps/Classes/UserLocationController.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iphone/Maps/Classes/UserLocationController.mm b/iphone/Maps/Classes/UserLocationController.mm index d74974243d..01830938d9 100644 --- a/iphone/Maps/Classes/UserLocationController.mm +++ b/iphone/Maps/Classes/UserLocationController.mm @@ -55,7 +55,7 @@ didUpdateHeading: (CLHeading *) newHeading { double trueHeading = [newHeading trueHeading]; - [self.delegate OnHeading: trueHeading withTimeStamp: newHeading.timestamp]; + [self.delegate OnHeading: trueHeading withTimestamp: newHeading.timestamp]; } - (void) locationManager: (CLLocationManager *) manager