From 0625061018a43089f5b281442b23b016434ea80d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Mon, 16 Sep 2013 16:40:47 +0200 Subject: [PATCH] API documentation --- .../src/org/openintents/openpgp/IOpenPgpService.aidl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenPGP-Keychain/src/org/openintents/openpgp/IOpenPgpService.aidl b/OpenPGP-Keychain/src/org/openintents/openpgp/IOpenPgpService.aidl index c4352a790..4ddad8e4e 100644 --- a/OpenPGP-Keychain/src/org/openintents/openpgp/IOpenPgpService.aidl +++ b/OpenPGP-Keychain/src/org/openintents/openpgp/IOpenPgpService.aidl @@ -84,7 +84,7 @@ interface IOpenPgpService { * and also signed-only inputBytes. * * After successful decryption/verification, callback's onSuccess will contain the resulting output bytes. - * The signatureResult in onSuccess is only non-null if signed-and-encrypted and signed-only inputBytes were given. + * The signatureResult in onSuccess is only non-null if signed-and-encrypted or signed-only inputBytes were given. * * @param inputBytes * Byte array you want to decrypt and verify