X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=restore.pl;h=309fb738677988678decb3aaa4451908b5419217;hb=bf947741ac8f65e74d594a1e14e94d90320b403e;hp=0ea7d2c98b46c0d5e69fd0f5554adfbdaf1eafa4;hpb=493fc700aa266855cc0dcbf8002424565ff7486b;p=cumulus.git 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. #