Skip to content

Commit

Permalink
Fix typo (#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjkoenig authored and lunny committed Feb 21, 2017
1 parent 5f234ce commit ffde33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/admin.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var (
// CmdAdmin represents the available admin sub-command.
CmdAdmin = cli.Command{
Name: "admin",
Usage: "Preform admin operations on command line",
Usage: "Perform admin operations on command line",
Description: `Allow using internal logic of Gitea without hacking into the source code
to make automatic initialization process more smoothly`,
Subcommands: []cli.Command{
Expand Down

0 comments on commit ffde33b

Please sign in to comment.