Skip to content

Commit a04e523

Browse files
committed
Fix authorized typo error
1 parent 99f73eb commit a04e523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AsyncLocationKit/AsyncLocationManager.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ extension CLAuthorizationStatus: CustomStringConvertible {
438438
case .restricted: return ".restricted"
439439
case .denied: return ".denied"
440440
case .authorizedWhenInUse: return ".authorizedWhenInUse"
441-
case .authorizedAlways: return ".authorisedAlways"
441+
case .authorizedAlways: return ".authorizedAlways"
442442
@unknown default: return "unknown \(rawValue)"
443443
}
444444
}

0 commit comments

Comments
 (0)