We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99f73eb commit a04e523Copy full SHA for a04e523
Sources/AsyncLocationKit/AsyncLocationManager.swift
@@ -438,7 +438,7 @@ extension CLAuthorizationStatus: CustomStringConvertible {
438
case .restricted: return ".restricted"
439
case .denied: return ".denied"
440
case .authorizedWhenInUse: return ".authorizedWhenInUse"
441
- case .authorizedAlways: return ".authorisedAlways"
+ case .authorizedAlways: return ".authorizedAlways"
442
@unknown default: return "unknown \(rawValue)"
443
}
444
0 commit comments