From 106a38747f34c0be1a6b8ac36a3519f6e74f48c5 Mon Sep 17 00:00:00 2001 From: Yauhen Pyl Date: Wed, 25 Aug 2021 21:05:31 +0200 Subject: [PATCH] Fix typo --- components/licensor/typescript/ee/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/licensor/typescript/ee/main.go b/components/licensor/typescript/ee/main.go index d1d56d24405807..c6f90e1408b70a 100644 --- a/components/licensor/typescript/ee/main.go +++ b/components/licensor/typescript/ee/main.go @@ -19,7 +19,7 @@ var ( nextID int = 1 ) -// Init initalizes the global license evaluator from an environment variable +// Init initializes the global license evaluator from an environment variable //export Init func Init(key *C.char, domain *C.char) (id int) { id = nextID