Merge pull request #2801 from crossworth/patch-1 [ci skip]

Fix typo
This commit is contained in:
Brad Rydzewski 2019-08-30 14:43:01 -07:00 committed by GitHub
commit f2db48597e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ import (
// License types.
const (
LicenseFoss = "foss"
LicensePeronal = "personal"
LicensePersonal = "personal"
LicenseStandard = "standard"
LicenseTrial = "trial"
)