From 2fc4c000b5354021ba00cdce25445ac6f3afcfcb Mon Sep 17 00:00:00 2001 From: HowJMay Date: Mon, 22 Jun 2020 15:19:50 +0800 Subject: [PATCH] fix typo --- command/alias.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/alias.go b/command/alias.go index 64056f9d5..1b21fcc61 100644 --- a/command/alias.go +++ b/command/alias.go @@ -45,7 +45,7 @@ that follow the invocation of an alias will be inserted appropriately.`, Args: cobra.MinimumNArgs(2), RunE: aliasSet, - // NB: this allows a user to eschew quotes when specifiying an alias expansion. We'll have to + // NB: this allows a user to eschew quotes when specifying an alias expansion. We'll have to // revisit it if we ever want to add flags to alias set but we have no current plans for that. DisableFlagParsing: true, }