Skip to content

Commit 3a51467

Browse files
Benoit Bourbiegitster
authored andcommitted
Typo fix: replacing it's -> its
Signed-off-by: Benoit Bourbie <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2007327 commit 3a51467

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

INSTALL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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).

perl/private-Error.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ Only one finally block may be specified per try block
630630
=head2 CONSTRUCTORS
631631
632632
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
634634
that are used by, or are retrievable by the C<Error> class are listed
635635
below, 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
767767
constructor takes two arguments. The first is a text value, the second
768768
is a numeric value. These values are what will be returned by the
769769
overload methods.

0 commit comments

Comments
 (0)