diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2015-10-23 15:08:34 -0700 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2015-10-23 15:09:08 -0700 |
commit | b8c94e76c2394552dbd296f653400f6f88731a35 (patch) | |
tree | c38daec065471500229bd28f4d3d9681be5f8b20 | |
parent | 144a4714f0b6e0b8e8469b8838d9746e75d440c9 (diff) | |
download | qtlocation-mapboxgl-b8c94e76c2394552dbd296f653400f6f88731a35.tar.gz |
Fixed typo in default styles
-rw-r--r-- | platform/default/default_styles.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/default/default_styles.cpp b/platform/default/default_styles.cpp index 1a679dbda8..5acc735a7d 100644 --- a/platform/default/default_styles.cpp +++ b/platform/default/default_styles.cpp @@ -9,7 +9,7 @@ const std::vector<std::pair<std::string, std::string>> defaultStyles = { { "asset://styles/light-v8.json", "Light" }, { "asset://styles/dark-v8.json", "Dark" }, { "asset://styles/satellite-v8.json", "Satellite" }, - { "asset://styles/satellite-hyrid-v8.json", "Satellite Streets" } + { "asset://styles/satellite-hybrid-v8.json", "Satellite Streets" } }; } // end namespace util |