Correct typo in DashboardInputMissingError

This commit is contained in:
Aleksandar Gyorev 2018-02-19 15:44:20 +02:00
parent 53cd39fde5
commit 89a17a4ace

View File

@ -35,7 +35,7 @@ type DashboardInputMissingError struct {
} }
func (e DashboardInputMissingError) Error() string { func (e DashboardInputMissingError) Error() string {
return fmt.Sprintf("Dashbord input variable: %v missing from import command", e.VariableName) return fmt.Sprintf("Dashboard input variable: %v missing from import command", e.VariableName)
} }
func init() { func init() {