Skip to content

Commit 31c1e76

Browse files
committed
Merge pull request #375 from TornjV/fix/spelling
Spelling
2 parents 130d352 + f4a5a83 commit 31c1e76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ let package = Package(
1515

1616
/**
1717
The following is parsed by our bootstrap script, so
18-
if you make changes here please check the boostrap still
18+
if you make changes here please check the bootstrap still
1919
succeeds! Thanks.
2020
*/
2121
targets: [

Sources/Basic/JSON.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ enum JSONDecodingError: ErrorProtocol {
150150
case malformed
151151
}
152152

153-
// NOTE: This implementation is carefully crafter to work correctly on both
153+
// NOTE: This implementation is carefully crafted to work correctly on both
154154
// Linux and OS X while still compiling for both. Thus, the implementation takes
155155
// Any even though it could take AnyObject on OS X, and it uses converts to
156156
// direct Swift types (for Linux) even though those don't apply on OS X.

0 commit comments

Comments
 (0)