Skip to content

Commit

Permalink
Fixed typos and spelling errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
jensutbult committed Jun 19, 2024
1 parent b6bdf52 commit b6c5b90
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ typedef void (^YKFPIVSessionManagementKeyMetadataCompletionBlock)
/// @abstract Move key from one slot to another. The source slot must not be the attestation slot and the
/// destination slot must be empty. This method requires authentication with the management key.
/// @discussion This method requires authentication.
/// @param sourceSlot Slot to moe the key from.
/// @param sourceSlot Slot to move the key from.
/// @param destinationSlot Slot to move the key to.
/// @param completion The completion handler that gets called once the YubiKey has finished processing the
/// request. This handler is executed on a background queue.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2021 Yubico AB
// Copyright 2018-2024 Yubico AB
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2021 Yubico AB
// Copyright 2018-2024 Yubico AB
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2021 Yubico AB
// Copyright 2018-2024 Yubico AB
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down

0 comments on commit b6c5b90

Please sign in to comment.