summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
Diffstat (limited to 'platform')
-rw-r--r--platform/default/default_styles.cpp2
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