From 612a7e76f1a47d0159d3b6fa5558c37397bbca10 Mon Sep 17 00:00:00 2001 From: Lilian Besson Date: Wed, 31 May 2017 13:10:42 +0200 Subject: [PATCH] =?UTF-8?q?cmd/admin:=20fix=20typo=20Preform=20=E2=86=92?= =?UTF-8?q?=20Perform=20(#4540)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Just an English typo in the command line help. --- cmd/admin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/admin.go b/cmd/admin.go index 02b192d5d..79faf365e 100644 --- a/cmd/admin.go +++ b/cmd/admin.go @@ -16,7 +16,7 @@ import ( var ( Admin = cli.Command{ Name: "admin", - Usage: "Preform admin operations on command line", + Usage: "Perform admin operations on command line", Description: `Allow using internal logic of Gogs without hacking into the source code to make automatic initialization process more smoothly`, Subcommands: []cli.Command{