summaryrefslogtreecommitdiff
path: root/perl
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-04-12 00:41:48 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-04-12 00:41:48 (GMT)
commite2af9e361b1d7452492baa073790b19292f9c038 (patch)
treee717ab3c92aecf5c4c06627daef025506d2c6335 /perl
parent7ece7ee6079682bb2bb968b61a62fcb233df4005 (diff)
parent3a51467b94306e77c1b69b374bac33b6672bc177 (diff)
downloadgit-e2af9e361b1d7452492baa073790b19292f9c038.zip
git-e2af9e361b1d7452492baa073790b19292f9c038.tar.gz
git-e2af9e361b1d7452492baa073790b19292f9c038.tar.bz2
Merge branch 'maint'
* maint: Typo fix: replacing it's -> its t: make PIPE a standard test prerequisite archive: clarify explanation of --worktree-attributes t/README: --immediate skips cleanup commands for failed tests
Diffstat (limited to 'perl')
-rw-r--r--perl/private-Error.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl/private-Error.pm b/perl/private-Error.pm
index 11e9cd9..ea14ab2 100644
--- a/perl/private-Error.pm
+++ b/perl/private-Error.pm
@@ -630,7 +630,7 @@ Only one finally block may be specified per try block
=head2 CONSTRUCTORS
The C<Error> object is implemented as a HASH. This HASH is initialized
-with the arguments that are passed to it's constructor. The elements
+with the arguments that are passed to its constructor. The elements
that are used by, or are retrievable by the C<Error> class are listed
below, other classes may add to these.
@@ -763,7 +763,7 @@ to the constructor.
=item Error::Simple
-This class can be used to hold simple error strings and values. It's
+This class can be used to hold simple error strings and values. Its
constructor takes two arguments. The first is a text value, the second
is a numeric value. These values are what will be returned by the
overload methods.