Merge pull request #584 from muesli/typo-fixes

Fix typo in 'overridden'
This commit is contained in:
Nate Smith 2020-03-04 10:48:51 -06:00 committed by GitHub
commit 9336a7d207
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.