File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ Issues of note:
101
101
- "openssl" library is used by git-imap-send to use IMAP over SSL.
102
102
If you don't need it, use NO_OPENSSL.
103
103
104
- By default, git uses OpenSSL for SHA1 but it will use it's own
104
+ By default, git uses OpenSSL for SHA1 but it will use its own
105
105
library (inspired by Mozilla's) with either NO_OPENSSL or
106
106
BLK_SHA1. Also included is a version optimized for PowerPC
107
107
(PPC_SHA1).
Original file line number Diff line number Diff line change @@ -630,7 +630,7 @@ Only one finally block may be specified per try block
630
630
=head2 CONSTRUCTORS
631
631
632
632
The C<Error > object is implemented as a HASH. This HASH is initialized
633
- with the arguments that are passed to it's constructor. The elements
633
+ with the arguments that are passed to its constructor. The elements
634
634
that are used by, or are retrievable by the C<Error > class are listed
635
635
below, other classes may add to these.
636
636
@@ -763,7 +763,7 @@ to the constructor.
763
763
764
764
=item Error::Simple
765
765
766
- This class can be used to hold simple error strings and values. It's
766
+ This class can be used to hold simple error strings and values. Its
767
767
constructor takes two arguments. The first is a text value, the second
768
768
is a numeric value. These values are what will be returned by the
769
769
overload methods.
You can’t perform that action at this time.
0 commit comments