diff options
author | Markus Doits <markus.doits@gmail.com> | 2011-01-20 12:49:49 +0000 |
---|---|---|
committer | Markus Doits <markus.doits@gmail.com> | 2011-01-20 12:49:49 +0000 |
commit | 15bf93de348410fe3bad0aae9d869f04676ffb06 (patch) | |
tree | 8d423ce2f3e837e03dbe6f0a47b3635947266edb /src | |
parent | e73794a5cc1f1c78485cce4282f5b2ecef549fe2 (diff) | |
download | open-keychain-15bf93de348410fe3bad0aae9d869f04676ffb06.tar.gz open-keychain-15bf93de348410fe3bad0aae9d869f04676ffb06.tar.bz2 open-keychain-15bf93de348410fe3bad0aae9d869f04676ffb06.zip |
Fix wrong param in doc
Diffstat (limited to 'src')
-rw-r--r-- | src/org/thialfihar/android/apg/IApgService.aidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/thialfihar/android/apg/IApgService.aidl b/src/org/thialfihar/android/apg/IApgService.aidl index 89ea62827..896314635 100644 --- a/src/org/thialfihar/android/apg/IApgService.aidl +++ b/src/org/thialfihar/android/apg/IApgService.aidl @@ -42,7 +42,7 @@ interface IApgService { * String "SIGNATURE_KEY" = Key to sign with * * (optional) - * String "SIGNATURE_KEY_PASSPHRASE" = Passphrase for signing key + * String "PRIVATE_KEY_PASSPHRASE" = Passphrase for signing key * * Bundle return_vals (in addition to the ERRORS/WARNINGS above): * String "RESULT" = Encrypted message |