Python: Fix typo

Co-Authored-By: Taus <tausbn@gmail.com>
This commit is contained in:
Rasmus Wriedt Larsen
2020-03-10 14:45:33 +01:00
committed by GitHub
parent 31cfb1689c
commit f3a10a12a1

View File

@@ -12,7 +12,7 @@ abstract class WeakCryptoSink extends TaintSink {
}
}
/** Modeling the 'pycrypto' pacakge https://github.com/dlitz/pycrypto (latest release 2013) */
/** Modeling the 'pycrypto' package https://github.com/dlitz/pycrypto (latest release 2013) */
module Pycrypto {
ModuleValue cipher(string name) {