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. // License types.
const ( const (
LicenseFoss = "foss" LicenseFoss = "foss"
LicensePeronal = "personal" LicensePersonal = "personal"
LicenseStandard = "standard" LicenseStandard = "standard"
LicenseTrial = "trial" LicenseTrial = "trial"
) )