From 3a51467b94306e77c1b69b374bac33b6672bc177 Mon Sep 17 00:00:00 2001 From: Benoit Bourbie Date: Sat, 13 Apr 2013 10:47:21 -0600 Subject: Typo fix: replacing it's -> its Signed-off-by: Benoit Bourbie Signed-off-by: Junio C Hamano --- perl/private-Error.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl/private-Error.pm') diff --git a/perl/private-Error.pm b/perl/private-Error.pm index 11e9cd9a02..ea14ab270a 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 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 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. -- cgit v1.2.3