mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-19 02:42:05 +01:00
typo
This commit is contained in:
parent
42cd9efadf
commit
602934257b
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ public class BCUtilTest extends AbstractPGPainlessTest {
|
|||
secSize++;
|
||||
}
|
||||
|
||||
LOGGER.log(Level.INFO, "After BCUtil.publickKeyRingFromSecretKeyRing()");
|
||||
LOGGER.log(Level.INFO, "After BCUtil.publicKeyRingFromSecretKeyRing()");
|
||||
int pubSize = 0;
|
||||
Iterator<PGPPublicKey> pubPubIt = pub.getPublicKeys();
|
||||
while (pubPubIt.hasNext()) {
|
||||
|
|
Loading…
Reference in a new issue