Skip to content

Commit 0c2ce39

Browse files
author
joz-k
committed
Fixed minor typo in the error message.
1 parent 959247d commit 0c2ce39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ios_backup_extractor.pl

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ sub getMobileSyncBackupDirs
645645
else
646646
{
647647
die qq{Error: Unable to determine "Apple Computer/MobileSync/Backup" directory }
648-
. qq{on $^O plafform.\n};
648+
. qq{on $^O platform.\n};
649649
}
650650

651651
return @mobile_sync_dirs;

0 commit comments

Comments
 (0)