From 30e49f920e5002ae8bc5e46e96e25907cc4740d5 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 1 Jan 2017 01:25:38 -0500 Subject: [PATCH] Fixed typo. --- archive_imessage.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archive_imessage.pl b/archive_imessage.pl index 78c15ab..2c89a22 100755 --- a/archive_imessage.pl +++ b/archive_imessage.pl @@ -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";