Skip to content

Commit e32fe60

Browse files
committed
Application: correct typo in variable name (NFC)
1 parent a3c2ffd commit e32fe60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftWin32/Application/LaunchKeyOptions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ extension Application.LaunchOptionsKey {
2424

2525
/// A key indicating that the application was relaunched to handle
2626
/// bluetooth-related events.
27-
public static var bluetootCentrals: Application.LaunchOptionsKey {
27+
public static var bluetoothCentrals: Application.LaunchOptionsKey {
2828
Application.LaunchOptionsKey(rawValue: "Application.BluetoothCentrals")
2929
}
3030

0 commit comments

Comments
 (0)