Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jan 1, 2017
1 parent f1fb785 commit 30e49f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archive_imessage.pl
Expand Up @@ -119,7 +119,7 @@ sub archive_fname {
my $hashed = sha1_hex($combined);
dbgprint("Hashed archived filename '$combined' to '$hashed'\n");
# iOS 10 (or maybe a new iTunes?) splits files into subdirs so they
# don't have a thousand files in one places.
# don't have a thousand files in one place.
if ($archive_version >= 10) {
my $hashstart = substr($hashed, 0, 2);
return "$archivedir/$hashstart/$hashed";
Expand Down

0 comments on commit 30e49f9

Please sign in to comment.