Skip to content

Commit

Permalink
fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cafeliker committed Jul 7, 2020
1 parent 1d368e4 commit 2e05253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/api/search.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func (s *SearchAPI) Get() {
} else {
cur := config.DisableAnonymous()
if !s.SecurityCtx.IsAuthenticated() && cur {
// return empty if anonymos access is disabled
// return empty if anonymous access is disabled
return
}

Expand Down

0 comments on commit 2e05253

Please sign in to comment.