stdlib: fix spelling of 'Objective-C'

Swift SVN r24437
This commit is contained in:
Dmitri Hrybenko
2015-01-15 02:41:09 +00:00
parent 1e482be681
commit 730025e939
3 changed files with 3 additions and 3 deletions

View File

@@ -80,7 +80,7 @@ extension _ArrayBuffer {
public func _asCocoaArray() -> _NSArrayCoreType {
_sanityCheck(
_isBridgedToObjectiveC(T.self),
"Array element type is not bridged to ObjectiveC")
"Array element type is not bridged to Objective-C")
return _fastPath(_isNative) ? _native._asCocoaArray() : _nonNative
}