From eb1c3e8fdaa78ce5827250bccb212ea79db495e9 Mon Sep 17 00:00:00 2001 From: Shawn Carey Date: Tue, 3 Oct 2023 11:51:38 -0400 Subject: [PATCH] comment typo --- lib/Ziti.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Ziti.swift b/lib/Ziti.swift index 3fbd059..a245285 100644 --- a/lib/Ziti.swift +++ b/lib/Ziti.swift @@ -414,7 +414,7 @@ import CZitiPrivate let refresh_interval = 30 #endif - // convert kes and id info to char * types that ziti-sdk-c can use. + // convert key and id info to char * types that ziti-sdk-c can use. // also considered .withCString - https://stackoverflow.com/questions/31378120/convert-swift-string-into-cchar-pointer let ctrlPtr = UnsafeMutablePointer.allocate(capacity: id.ztAPI.count + 1) ctrlPtr.initialize(from: id.ztAPI, count: id.ztAPI.count + 1)