From 82a34b102980e2e11337a7c9fd0dd422af59f480 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Wed, 29 Nov 2017 17:38:46 +0000 Subject: [PATCH] Update config.go --- src/github.com/matrix-org/dendrite/common/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github.com/matrix-org/dendrite/common/config/config.go b/src/github.com/matrix-org/dendrite/common/config/config.go index 7be37ed33..00217e465 100644 --- a/src/github.com/matrix-org/dendrite/common/config/config.go +++ b/src/github.com/matrix-org/dendrite/common/config/config.go @@ -83,7 +83,7 @@ type Dendrite struct { // If set, allows registration by anyone who also has the shared // secret, even if registration is otherwise disabled. RegistrationSharedSecret string `yaml:"registration_shared_secret"` - // If set disables new users from registering (excpet via shared + // If set disables new users from registering (except via shared // secrets) RegistrationDisabled bool `yaml:"registration_disabled"` } `yaml:"matrix"`