summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/services/servicesConfig.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/services/servicesConfig.go b/config/services/servicesConfig.go
index bc321141a..17664407e 100644
--- a/config/services/servicesConfig.go
+++ b/config/services/servicesConfig.go
@@ -66,7 +66,7 @@ func DecodeConfig(cfg config.Provider) (c Config, err error) {
err = mapstructure.WeakDecode(m, &c)
- // Keep backwards compability.
+ // Keep backwards compatibility.
if c.GoogleAnalytics.ID == "" {
// Try the global config
c.GoogleAnalytics.ID = cfg.GetString(googleAnalyticsKey)