projects
/
cumulus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3addc0c
)
Fix typo.
author
Michael Vrable
<mvrable@cs.ucsd.edu>
Tue, 12 Jun 2007 17:49:13 +0000
(10:49 -0700)
committer
Michael Vrable
<mvrable@turin.ucsd.edu>
Tue, 12 Jun 2007 17:49:13 +0000
(10:49 -0700)
restore.pl
patch
|
blob
|
history
diff --git
a/restore.pl
b/restore.pl
index
0ea7d2c
..
309fb73
100755
(executable)
--- 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 la
t
er for verifying checksums. Checksums may be used on object
+# A very simple la
y
er for verifying checksums. Checksums may be used on object
# references directly, and can also be used to verify entire reconstructed
# files.
#