From 497953c34e401fc268b59fd80c34855838873596 Mon Sep 17 00:00:00 2001 From: Jesse Bounds Date: Wed, 7 Dec 2016 10:47:06 -0800 Subject: [ios, macos] Fix typo in exception name for style source identifier (#7315) --- platform/darwin/src/MGLStyle.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/darwin/src/MGLStyle.mm') diff --git a/platform/darwin/src/MGLStyle.mm b/platform/darwin/src/MGLStyle.mm index 36c8787bfb..a6de4e798d 100644 --- a/platform/darwin/src/MGLStyle.mm +++ b/platform/darwin/src/MGLStyle.mm @@ -191,7 +191,7 @@ static NSURL *MGLStyleURL_emerald; try { [source addToMapView:self.mapView]; } catch (std::runtime_error & err) { - [NSException raise:@"MGLRedundantSourceIdentiferException" format:@"%s", err.what()]; + [NSException raise:@"MGLRedundantSourceIdentifierException" format:@"%s", err.what()]; } } -- cgit v1.2.1