From 20302c6953775ac5f0030456b69e24a472242caa Mon Sep 17 00:00:00 2001 From: rompic Date: Wed, 25 May 2016 14:19:54 +0200 Subject: fixed type speical -> special (#3052) --- api/user.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api') diff --git a/api/user.go b/api/user.go index f6c7c25f5..c1b40852d 100644 --- a/api/user.go +++ b/api/user.go @@ -227,7 +227,7 @@ func CreateUser(user *model.User) (*model.User, *model.AppError) { user.Roles = "" - // Below is a speical case where the first user in the entire + // Below is a special case where the first user in the entire // system is granted the system_admin role instead of admin if result := <-Srv.Store.User().GetTotalUsersCount(); result.Err != nil { return nil, result.Err @@ -793,7 +793,7 @@ func getInitialLoad(c *Context, w http.ResponseWriter, r *http.Request) { var cchan store.StoreChannel if sessionCache.Len() == 0 { - // Below is a speical case when intializating a new server + // Below is a special case when intializating a new server // Lets check to make sure the server is really empty cchan = Srv.Store.User().GetTotalUsersCount() -- cgit v1.2.3-1-g7c22