Skip to content

Commit ffde33b

Browse files
cjkoeniglunny
authored andcommitted
Fix typo (#990)
1 parent 5f234ce commit ffde33b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/admin.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var (
1818
// CmdAdmin represents the available admin sub-command.
1919
CmdAdmin = cli.Command{
2020
Name: "admin",
21-
Usage: "Preform admin operations on command line",
21+
Usage: "Perform admin operations on command line",
2222
Description: `Allow using internal logic of Gitea without hacking into the source code
2323
to make automatic initialization process more smoothly`,
2424
Subcommands: []cli.Command{

0 commit comments

Comments
 (0)