summaryrefslogtreecommitdiffstats
path: root/model/license.go
diff options
context:
space:
mode:
Diffstat (limited to 'model/license.go')
-rw-r--r--model/license.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/model/license.go b/model/license.go
index 465cca128..ed38ea438 100644
--- a/model/license.go
+++ b/model/license.go
@@ -43,7 +43,7 @@ type Features struct {
MHPNS *bool `json:"mhpns"`
SAML *bool `json:"saml"`
PasswordRequirements *bool `json:"password_requirements"`
- // after we enabled more features for web rtc we'll need to control them with this
+ // after we enabled more features for webrtc we'll need to control them with this
Webrtc *bool `json:"webrtc"`
FutureFeatures *bool `json:"future_features"`
}