Skip to content

Commit b2afdf5

Browse files
committed
Fix a typo
1 parent e5d6d3c commit b2afdf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/auth/aws-signing-default/common/src/aws/smithy/kotlin/runtime/auth/awssigning/SigV4aSignatureCalculator.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ internal class SigV4aSignatureCalculator(override val sha256Provider: HashSuppli
7171
}
7272

7373
/**
74-
* Forms the fixed input string used for ECDS private key derivation
74+
* Forms the fixed input string used for ECDSA private key derivation
7575
* The final output looks like:
7676
* 0x00000001 || "AWS4-ECDSA-P256-SHA256" || 0x00 || AccessKeyId || counter || 0x00000100
7777
*/

0 commit comments

Comments
 (0)