From: Benoit Bourbie <benoit.bourbie@gmail.com>
To: git@vger.kernel.org
Subject: Fixing typos
Date: Wed, 10 Apr 2013 22:08:12 -0500 [thread overview]
Message-ID: <5166291C.8070709@gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 68 bytes --]
Hello,
I apologize for being picky but that patch fixes 3 typos.
[-- Attachment #2: fix_typo.patch --]
[-- Type: text/x-patch, Size: 1809 bytes --]
>From 59f60e37b6d684963e2408b85a636b04c753f74f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Beno=C3=AEt=20Bourbi=C3=A9?= <benoit.bourbie@gmail.com>
Date: Wed, 10 Apr 2013 22:00:25 -0500
Subject: [PATCH] fix it's -> its typo
---
INSTALL | 2 +-
perl/private-Error.pm | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/INSTALL b/INSTALL
index 2dc3b61..ba01e74 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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).
diff --git a/perl/private-Error.pm b/perl/private-Error.pm
index 11e9cd9..ea14ab2 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<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.
@@ -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.
--
1.8.2.470.g21ccebe.dirty
next reply other threads:[~2013-04-11 3:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-11 3:08 Benoit Bourbie [this message]
2013-04-11 10:14 ` Fixing typos Ramkumar Ramachandra
2013-04-12 5:20 ` Benoit Bourbie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5166291C.8070709@gmail.com \
--to=benoit.bourbie@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).