From 9f8f2a00b54a80d1563288bf11556cbc15a07c50 Mon Sep 17 00:00:00 2001 From: Michael Vrable Date: Tue, 12 Jun 2007 10:49:13 -0700 Subject: [PATCH 1/1] Fix typo. --- restore.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restore.pl b/restore.pl index 0ea7d2c..309fb73 100755 --- a/restore.pl +++ b/restore.pl @@ -28,7 +28,7 @@ my $RECURSION_LIMIT = 3; # Bound on recursive object references my $VERBOSE = 0; # Set to 1 to enable debugging messages ############################ CHECKSUM VERIFICATION ############################ -# A very simple later for verifying checksums. Checksums may be used on object +# A very simple layer for verifying checksums. Checksums may be used on object # references directly, and can also be used to verify entire reconstructed # files. # -- 2.20.1