diff --git a/internal/conf/path.go b/internal/conf/path.go index fb53b7dd..b84bdff8 100644 --- a/internal/conf/path.go +++ b/internal/conf/path.go @@ -58,7 +58,7 @@ func CheckPathName(name string) error { } if !rePathName.MatchString(name) { - return fmt.Errorf("can contain only alfanumeric characters, underscore, dot, tilde, minus or slash") + return fmt.Errorf("can contain only alphanumeric characters, underscore, dot, tilde, minus or slash") } return nil