corrected commit

mCurrentPassPhrase, mChangePassPhrase

Minor variable naming Issue #338
This commit is contained in:
Ankush
2014-03-06 10:05:43 +05:30
parent 5f3c9f3eb9
commit 8e29b82d6d
28 changed files with 85 additions and 85 deletions

View File

@@ -748,7 +748,7 @@ public class KeychainIntentService extends IntentService implements ProgressDial
*/
// need to have access to the bufferedInput, so we can reuse it for the possible
// PGPObject chunks after the first one, e.g. files with several consecutive ASCII
// armour blocks
// armor blocks
BufferedInputStream bufferedInput = new BufferedInputStream(new ByteArrayInputStream(downloadedKey));
try {