Fix misspelled and e2e check
This commit is contained in:
parent
1f28975c2c
commit
85a848faaf
5 changed files with 5 additions and 4 deletions
|
|
@ -60,7 +60,7 @@ func printOrError(s string, e error) error {
|
|||
return nil
|
||||
}
|
||||
|
||||
// ParseVersionString returns the major, minor, and patch numbers of a verison string
|
||||
// ParseVersionString returns the major, minor, and patch numbers of a version string
|
||||
func ParseVersionString(v string) (int, int, int, error) {
|
||||
parts := versionRegex.FindStringSubmatch(v)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue