aboutsummaryrefslogtreecommitdiff
path: root/internal/cmd/serv.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/cmd/serv.go')
-rw-r--r--internal/cmd/serv.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/cmd/serv.go b/internal/cmd/serv.go
index aa7ee1bf..1f9ef044 100644
--- a/internal/cmd/serv.go
+++ b/internal/cmd/serv.go
@@ -230,7 +230,7 @@ func runServ(c *cli.Context) error {
// Check if the key can access to the repository in case of it is a deploy key (a deploy keys != user key).
// A deploy key doesn't represent a signed in user, so in a site with Auth.RequireSignInView enabled,
// we should give read access only in repositories where this deploy key is in use. In other cases,
- // a server or system using an active deploy key can get read access to all repositories on a Gogs instace.
+ // a server or system using an active deploy key can get read access to all repositories on a Gogs instance.
if key.IsDeployKey() && conf.Auth.RequireSigninView {
checkDeployKey(key, repo)
}