CBError enum contains a misspelled value, CBErrorUnkownDevice

Originator:mark
Number:rdar://34413811 Date Originated:2017-09-13
Status:Open Resolved:
Product:macOS + SDK Product Version:Xcode 9 GM (9A235)
Classification:Other Bug Reproducible:Always
 
In Xcode 9 GM (9A235),   has:

27  typedef NS_ENUM(NSInteger, CBError) {
[…]
40          CBErrorUnkownDevice NS_ENUM_AVAILABLE(10_13, 9_0)                       = 12
41
42  };

CBErrorUnkownDevice is misspelled. An N is missing. It should be corrected to read CBErrorUnknownDevice.

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!