3
0
Fork 0

Fix typos in comments (#100)

This commit is contained in:
Caleb Jasik 2022-11-22 10:20:35 -06:00 committed by GitHub
parent 8fc3a40467
commit 84d1256656
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -113,7 +113,7 @@ class PacketTunnelProvider: NEPacketTunnelProvider {
}
}
//TODO: Sleep/wake get called aggresively and do nothing to help us here, we should locate why that is and make these work appropriately
//TODO: Sleep/wake get called aggressively and do nothing to help us here, we should locate why that is and make these work appropriately
// override func sleep(completionHandler: @escaping () -> Void) {
// nebula!.sleep()
// completionHandler()

View File

@ -51,7 +51,7 @@ struct Certificate: Codable {
var signature: String
var details: CertificateDetails
/// An empty initilizer to make error reporting easier
/// An empty initializer to make error reporting easier
init() {
fingerprint = ""
signature = ""
@ -70,7 +70,7 @@ struct CertificateDetails: Codable {
var isCa: Bool
var issuer: String
/// An empty initilizer to make error reporting easier
/// An empty initializer to make error reporting easier
init() {
name = ""
notBefore = ""