revid/geovision.go: fixed GeoVision constructor name, NewGeovision->NewGeoVision

This commit is contained in:
Saxon 2019-11-06 10:45:48 +10:30
parent bc7f450c5f
commit a02ea397d5
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ type GeoVision struct {
}
// NewGeoVision returns a new GeoVision.
func NewGeovision(l Logger) *GeoVision { return &GeoVision{log: l} }
func NewGeoVision(l Logger) *GeoVision { return &GeoVision{log: l} }
// Set will take a Config struct, check the validity of the relevant fields
// and then performs any configuration necessary using gvctrl to control the