From d6987ee05be8b5da279e530cfd65512cb903c72b Mon Sep 17 00:00:00 2001 From: Atin <61903527+atin@users.noreply.github.com> Date: Wed, 19 May 2021 10:42:09 +0530 Subject: chore: fix typos in code comments (#6556) --- internal/cmd/serv.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/cmd') 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) } -- cgit v1.2.3