Skip to content

Commit f3a10a1

Browse files
RasmusWLtausbn
andauthored
Python: Fix typo
Co-Authored-By: Taus <[email protected]>
1 parent 31cfb16 commit f3a10a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/ql/src/semmle/python/security/Crypto.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ abstract class WeakCryptoSink extends TaintSink {
1212
}
1313
}
1414

15-
/** Modeling the 'pycrypto' pacakge https://github.com/dlitz/pycrypto (latest release 2013) */
15+
/** Modeling the 'pycrypto' package https://github.com/dlitz/pycrypto (latest release 2013) */
1616
module Pycrypto {
1717

1818
ModuleValue cipher(string name) {

0 commit comments

Comments
 (0)