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

@@ -40,7 +40,7 @@ import org.sufficientlysecure.keychain.service.input.CryptoInputParcel;
* and returns an OperationResult of type S as a result.
*
* The input (of type T) is not given directly to the cryptoOperation method,
* but must be provided by the overriden createOperationInput method to be
* but must be provided by the overridden createOperationInput method to be
* available upon request during execution of the cryptoOperation.
*
* After running cryptoOperation, one of the onCryptoOperation*() methods will