aboutsummaryrefslogtreecommitdiff
path: root/common/config/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'common/config/config.go')
-rw-r--r--common/config/config.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/config/config.go b/common/config/config.go
index 16e50aea..9fcab8cf 100644
--- a/common/config/config.go
+++ b/common/config/config.go
@@ -585,7 +585,7 @@ func (config *Dendrite) check(monolithic bool) error {
}
// Due to how Golang manages its interface types, this condition is not redundant.
- // In order to get the proper behavior, it is necessary to return an explicit nil
+ // In order to get the proper behaviour, it is necessary to return an explicit nil
// and not a nil configErrors.
// This is because the following equalities hold:
// error(nil) == nil