From 9600e2b35e522dbddb0cfc7f9ed64e636c249051 Mon Sep 17 00:00:00 2001 From: John Liu Date: Sun, 10 Feb 2019 21:49:00 +0800 Subject: [PATCH] Comment Typo: Changed 'jason' to 'json` (#7216) --- cmd/common-main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/common-main.go b/cmd/common-main.go index f18785206..68cadae17 100644 --- a/cmd/common-main.go +++ b/cmd/common-main.go @@ -122,7 +122,7 @@ func newConfigDirFromCtx(ctx *cli.Context, option string, getDefaultDir func() s func handleCommonCmdArgs(ctx *cli.Context) { // Get "json" flag from command line argument and - // enable json and quite modes if jason flag is turned on. + // enable json and quite modes if json flag is turned on. globalCLIContext.JSON = ctx.IsSet("json") || ctx.GlobalIsSet("json") if globalCLIContext.JSON { logger.EnableJSON()