From fdfcecfcb6bb280316a8b6212f91c3326ac37575 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Wed, 4 Mar 2020 14:20:55 +0000 Subject: [PATCH] Fix typo in 'overridden' --- command/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/root.go b/command/root.go index 13dc04209..7b0d078ef 100644 --- a/command/root.go +++ b/command/root.go @@ -17,7 +17,7 @@ import ( "github.com/spf13/pflag" ) -// Version is dynamically set by the toolchain or overriden by the Makefile. +// Version is dynamically set by the toolchain or overridden by the Makefile. var Version = "DEV" // BuildDate is dynamically set at build time in the Makefile.