Fix typo in 'overridden'

This commit is contained in:
Christian Muehlhaeuser 2020-03-04 14:20:55 +00:00
parent 535f7546ac
commit fdfcecfcb6

View file

@ -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.