summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--COPYING1
-rwxr-xr-xread_object.pl2
2 files changed, 2 insertions, 1 deletions
diff --git a/COPYING b/COPYING
new file mode 100644
index 0000000..53390ee
--- /dev/null
+++ b/COPYING
@@ -0,0 +1 @@
+These files are given to the public domain.
diff --git a/read_object.pl b/read_object.pl
index 520502d..10a4e56 100755
--- a/read_object.pl
+++ b/read_object.pl
@@ -119,7 +119,7 @@ sub format_tree {
=item C<hexdump($str)>
-Returns C<$str> as rows of 16 hexadecimal digits, followed by their
+Returns C<$str> as rows of 16 hexadecimal numbers, followed by their
character representations, if printable, otherwise `.'
=cut