Skip to content

Commit

Permalink
Minor spelling fix
Browse files Browse the repository at this point in the history
alfa -> alpha.
  • Loading branch information
mattlamb99 authored and aler9 committed Jul 25, 2021
1 parent c3c643c commit 0a2764e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/conf/path.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a2764e

Please sign in to comment.