From 5c9ddf5e769c02f6bd201e81d3711241dc7a6245 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Mon, 8 Jun 2020 10:30:16 -0700 Subject: [PATCH] version: fix typo in comment --- version/cmdname.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/cmdname.go b/version/cmdname.go index ffc662356..4e5280aff 100644 --- a/version/cmdname.go +++ b/version/cmdname.go @@ -15,7 +15,7 @@ import ( ) // CmdName returns either the base name of the current binary -// using os.Executable. If os.Executable fails (it sholdn't), then +// using os.Executable. If os.Executable fails (it shouldn't), then // "cmd" is returned. func CmdName() string { e, err := os.Executable()