spelling fixes

This commit is contained in:
klemens
2017-01-14 11:38:05 +01:00
parent 4e9e113879
commit bae6391dc0
39 changed files with 40 additions and 40 deletions

View File

@@ -195,7 +195,7 @@ public class PgpDecryptVerifyOperation extends BaseOperation<PgpDecryptVerifyInp
private static class EncryptStreamResult {
// this is non-null iff an error occured, return directly
// this is non-null iff an error occurred, return directly
DecryptVerifyResult errorResult;
// for verification

View File

@@ -29,8 +29,8 @@ import java.util.List;
/**
* This parcel stores the input of one or more PgpSignEncrypt operations.
* All operations will use the same general paramters, differing only in
* input and output. Each input/output set depends on the paramters:
* All operations will use the same general parameters, differing only in
* input and output. Each input/output set depends on the parameters:
* <p/>
* - Each input uri is individually encrypted/signed
* - If a byte array is supplied, it is treated as an input before uris are processed