Skip to content

Commit 8f096b1

Browse files
author
Nick Kibish
authored
Merge pull request #81 from framinosona/patch-1
Typo in BluetoothManager.swift
2 parents e637001 + d492dd5 commit 8f096b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nRF Toolbox/BluetoothManager/BluetoothManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ class BluetoothManager: NSObject, CBPeripheralDelegate, CBCentralManagerDelegate
283283
case .resetting:
284284
state = "Resetting"
285285
case .unauthorized:
286-
state = "Unautthorized"
286+
state = "Unauthorized"
287287
case .unsupported:
288288
state = "Unsupported"
289289
default:

0 commit comments

Comments
 (0)