Skip to content

Commit

Permalink
Fixed spelling mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
jensutbult committed Jun 11, 2024
1 parent 3dfb91a commit b6bdf52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ - (instancetype)init {
self.attestation = [[YKFFeature alloc] initWithName:@"Attestation" versionString:@"4.3.0"];
self.p384 = [[YKFFeature alloc] initWithName:@"Curve P384" versionString:@"4.0.0"];
self.touchCached = [[YKFFeature alloc] initWithName:@"Cached touch policy" versionString:@"4.3.0"];
self.moveDelete = [[YKFFeature alloc] initWithName:@"Move and delete keyse" versionString:@"5.7.0"];
self.moveDelete = [[YKFFeature alloc] initWithName:@"Move and delete keys" versionString:@"5.7.0"];
}
return self;
}
Expand Down

0 comments on commit b6bdf52

Please sign in to comment.