Skip to content

Commit efd9386

Browse files
bdrodesCopilot
andauthored
Update cpp/ql/lib/experimental/quantum/OpenSSL/Operations/ECKeyGenOperation.qll
Co-authored-by: Copilot <[email protected]>
1 parent c3ed454 commit efd9386

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/experimental/quantum/OpenSSL/Operations/ECKeyGenOperation.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class ECKeyGenOperation extends OpenSSLOperation, Crypto::KeyGenerationOperation
3030
Expr getAlgorithmArg() { result = this.(Call).getArgument(0) }
3131

3232
override Expr getInputArg() {
33-
// there is no 'input', in the sense that no data is being manipualted by the operation.
33+
// there is no 'input', in the sense that no data is being manipulated by the operation.
3434
// There is an input of an algorithm, but that is not the intention of the operation input arg.
3535
none()
3636
}

0 commit comments

Comments
 (0)