Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Dec 15, 2023
1 parent 304ea0a commit bbdeee4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import SwiftUI
@MainActor
final class NetworkProtectionSimulateFailureMenu: NSMenu {

private let simulateControllerFailureMenuItem = NSMenuItem(title: "Enable NetP > Controller Failure",
private let simulateControllerFailureMenuItem = NSMenuItem(title: "Enable NetP Controller Failure",
action: #selector(NetworkProtectionSimulateFailureMenu.simulateControllerFailure))
private let simulateTunnelFailureMenuItem = NSMenuItem(title: "Tunnel Failure",
action: #selector(NetworkProtectionSimulateFailureMenu.simulateTunnelFailure))
Expand Down

0 comments on commit bbdeee4

Please sign in to comment.