summaryrefslogtreecommitdiffstats
path: root/api/auto_teams.go
diff options
context:
space:
mode:
authorPat Lathem <patl@codero.com>2015-10-30 12:42:26 -0500
committerPat Lathem <patl@codero.com>2015-10-30 12:42:26 -0500
commit7d60d96c91effba05922f26ba8671636fc184e16 (patch)
tree006eef4fc2067dee79fc3167616e6cc7b9b49306 /api/auto_teams.go
parente6826c4d213cf33236ab1ee1d3bde96baf60a09a (diff)
downloadchat-7d60d96c91effba05922f26ba8671636fc184e16.tar.gz
chat-7d60d96c91effba05922f26ba8671636fc184e16.tar.bz2
chat-7d60d96c91effba05922f26ba8671636fc184e16.zip
Fix spelling of environment
Diffstat (limited to 'api/auto_teams.go')
-rw-r--r--api/auto_teams.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/auto_teams.go b/api/auto_teams.go
index 6677ac9bf..082415d32 100644
--- a/api/auto_teams.go
+++ b/api/auto_teams.go
@@ -8,7 +8,7 @@ import (
"github.com/mattermost/platform/utils"
)
-type TeamEnviroment struct {
+type TeamEnvironment struct {
Users []*model.User
Channels []*model.Channel
}