Skip to content

Commit

Permalink
Fix typos in comments (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasikpark authored Nov 22, 2022
1 parent 8fc3a40 commit 84d1256
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ios/NebulaNetworkExtension/PacketTunnelProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
4 changes: 2 additions & 2 deletions ios/NebulaNetworkExtension/Site.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""
Expand All @@ -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 = ""
Expand Down

0 comments on commit 84d1256

Please sign in to comment.