mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-09 10:19:39 +02:00
Typo
This commit is contained in:
parent
8cb94a8924
commit
3a0ee1c101
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ public class OpenPgpInputStream extends BufferedInputStream {
|
||||||
* Returns true, if the underlying data is very likely (more than 99,9%) an OpenPGP message.
|
* Returns true, if the underlying data is very likely (more than 99,9%) an OpenPGP message.
|
||||||
* OpenPGP Message means here that it starts with either an {@link PGPEncryptedData},
|
* OpenPGP Message means here that it starts with either an {@link PGPEncryptedData},
|
||||||
* {@link PGPCompressedData}, {@link PGPOnePassSignature} or {@link PGPLiteralData} packet.
|
* {@link PGPCompressedData}, {@link PGPOnePassSignature} or {@link PGPLiteralData} packet.
|
||||||
* The plausability of these data packets is checked as far as possible.
|
* The plausibility of these data packets is checked as far as possible.
|
||||||
*
|
*
|
||||||
* @return true if likely OpenPGP message
|
* @return true if likely OpenPGP message
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue