summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLStyle.h
diff options
context:
space:
mode:
authorJesse Bounds <jesse@rebounds.net>2016-12-07 10:47:06 -0800
committerGitHub <noreply@github.com>2016-12-07 10:47:06 -0800
commit497953c34e401fc268b59fd80c34855838873596 (patch)
treef8ffc462f0a6313772535bc1ef97c88c49d93c5c /platform/darwin/src/MGLStyle.h
parent508f020eb5f8665e9cb53fb319440216d134e299 (diff)
downloadqtlocation-mapboxgl-497953c34e401fc268b59fd80c34855838873596.tar.gz
[ios, macos] Fix typo in exception name for style source identifier (#7315)
Diffstat (limited to 'platform/darwin/src/MGLStyle.h')
-rw-r--r--platform/darwin/src/MGLStyle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLStyle.h b/platform/darwin/src/MGLStyle.h
index 3fe8fb9492..266715ec88 100644
--- a/platform/darwin/src/MGLStyle.h
+++ b/platform/darwin/src/MGLStyle.h
@@ -203,7 +203,7 @@ static const NSInteger MGLStyleDefaultVersion = 9;
@note Adding the same source instance more than once will result in a
`MGLRedundantSourceException`. Reusing the same source identifier, even with
different source instances, will result in a
- `MGLRedundantSourceIdentiferException`.
+ `MGLRedundantSourceIdentifierException`.
@param source The source to add to the current style.
*/