Skip to content

Commit 413494f

Browse files
appleboySkarlso
authored andcommitted
fix typo (#119)
1 parent 8eb3f1a commit 413494f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

store/user.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ func (s *BoltStore) UserAuth(u *gaia.User, updateLastLogin bool) (*gaia.User, er
4949
// Look up user
5050
user, err := s.UserGet(u.Username)
5151

52-
// Error occured and/or user not found
52+
// Error occurred and/or user not found
5353
if err != nil || user == nil {
5454
return nil, err
5555
}

0 commit comments

Comments
 (0)