@@ -123,7 +123,7 @@ extension P256 {
123
123
public init < Bytes: RandomAccessCollection > ( derRepresentation: Bytes ) throws where Bytes. Element == UInt8 {
124
124
let bytes = Array ( derRepresentation)
125
125
126
- // We have to try to parse this twice because we have no informaton about what kind of key this is.
126
+ // We have to try to parse this twice because we have no information about what kind of key this is.
127
127
// We try with PKCS#8 first, and then fall back to SEC.1.
128
128
129
129
do {
@@ -257,7 +257,7 @@ extension P256 {
257
257
public init < Bytes: RandomAccessCollection > ( derRepresentation: Bytes ) throws where Bytes. Element == UInt8 {
258
258
let bytes = Array ( derRepresentation)
259
259
260
- // We have to try to parse this twice because we have no informaton about what kind of key this is.
260
+ // We have to try to parse this twice because we have no information about what kind of key this is.
261
261
// We try with PKCS#8 first, and then fall back to SEC.1.
262
262
263
263
do {
@@ -391,7 +391,7 @@ extension P384 {
391
391
public init < Bytes: RandomAccessCollection > ( derRepresentation: Bytes ) throws where Bytes. Element == UInt8 {
392
392
let bytes = Array ( derRepresentation)
393
393
394
- // We have to try to parse this twice because we have no informaton about what kind of key this is.
394
+ // We have to try to parse this twice because we have no information about what kind of key this is.
395
395
// We try with PKCS#8 first, and then fall back to SEC.1.
396
396
397
397
do {
@@ -525,7 +525,7 @@ extension P384 {
525
525
public init < Bytes: RandomAccessCollection > ( derRepresentation: Bytes ) throws where Bytes. Element == UInt8 {
526
526
let bytes = Array ( derRepresentation)
527
527
528
- // We have to try to parse this twice because we have no informaton about what kind of key this is.
528
+ // We have to try to parse this twice because we have no information about what kind of key this is.
529
529
// We try with PKCS#8 first, and then fall back to SEC.1.
530
530
531
531
do {
@@ -659,7 +659,7 @@ extension P521 {
659
659
public init < Bytes: RandomAccessCollection > ( derRepresentation: Bytes ) throws where Bytes. Element == UInt8 {
660
660
let bytes = Array ( derRepresentation)
661
661
662
- // We have to try to parse this twice because we have no informaton about what kind of key this is.
662
+ // We have to try to parse this twice because we have no information about what kind of key this is.
663
663
// We try with PKCS#8 first, and then fall back to SEC.1.
664
664
665
665
do {
@@ -793,7 +793,7 @@ extension P521 {
793
793
public init < Bytes: RandomAccessCollection > ( derRepresentation: Bytes ) throws where Bytes. Element == UInt8 {
794
794
let bytes = Array ( derRepresentation)
795
795
796
- // We have to try to parse this twice because we have no informaton about what kind of key this is.
796
+ // We have to try to parse this twice because we have no information about what kind of key this is.
797
797
// We try with PKCS#8 first, and then fall back to SEC.1.
798
798
799
799
do {
0 commit comments