Skip to content

Commit

Permalink
Typo fix: replacing it's -> its
Browse files Browse the repository at this point in the history
Signed-off-by: Benoit Bourbie <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
Benoit Bourbie authored and gitster committed Apr 12, 2013
1 parent 2007327 commit 3a51467
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Issues of note:
- "openssl" library is used by git-imap-send to use IMAP over SSL.
If you don't need it, use NO_OPENSSL.

By default, git uses OpenSSL for SHA1 but it will use it's own
By default, git uses OpenSSL for SHA1 but it will use its own
library (inspired by Mozilla's) with either NO_OPENSSL or
BLK_SHA1. Also included is a version optimized for PowerPC
(PPC_SHA1).
Expand Down
4 changes: 2 additions & 2 deletions perl/private-Error.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 3a51467

Please sign in to comment.