Skip to content

Commit c87e6a8

Browse files
authored
Fix typo (#21201)
<!-- Please check the following: 1. Make sure you are targeting the `main` branch, pull requests on release branches are only allowed for bug fixes. 2. Read contributing guidelines: https://github.com/go-gitea/gitea/blob/main/CONTRIBUTING.md 3. Describe what your pull request does and which issue you're targeting (if any) --> I fixed typo.
1 parent 395f65c commit c87e6a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/serv.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const (
4343
var CmdServ = cli.Command{
4444
Name: "serv",
4545
Usage: "This command should only be called by SSH shell",
46-
Description: `Serv provide access auth for repositories`,
46+
Description: "Serv provides access auth for repositories",
4747
Action: runServ,
4848
Flags: []cli.Flag{
4949
cli.BoolFlag{

0 commit comments

Comments
 (0)