Skip to content

Commit

Permalink
Fix grammar and spelling in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jensstein committed Jan 14, 2015
1 parent 479586a commit 33fca32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dk/jens/backup/Crypto.java
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ public void doAction(Context context, Intent intent, int requestCode)
intent.putExtra(OpenPgpApi.EXTRA_KEY_IDS, keyIds);
for(File file : files)
{
// not all slots in the File array is necessarilly used.
// not all slots in the File array are necessarily used.
// an ArrayList would probably be better
if(file == null)
continue;
Expand Down

0 comments on commit 33fca32

Please sign in to comment.