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:
101101 - "openssl" library is used by git-imap-send to use IMAP over SSL.
102102 If you don't need it, use NO_OPENSSL.
103103
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
105105 library (inspired by Mozilla's) with either NO_OPENSSL or
106106 BLK_SHA1. Also included is a version optimized for PowerPC
107107 (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
630630=head2 CONSTRUCTORS
631631
632632The 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
634634that are used by, or are retrievable by the C<Error > class are listed
635635below, other classes may add to these.
636636
@@ -763,7 +763,7 @@ to the constructor.
763763
764764=item Error::Simple
765765
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
767767constructor takes two arguments. The first is a text value, the second
768768is a numeric value. These values are what will be returned by the
769769overload methods.
You can’t perform that action at this time.
0 commit comments