git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Fixing typos
@ 2013-04-11  3:08 Benoit Bourbie
  2013-04-11 10:14 ` Ramkumar Ramachandra
  0 siblings, 1 reply; 3+ messages in thread
From: Benoit Bourbie @ 2013-04-11  3:08 UTC (permalink / raw)
  To: git

[-- 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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: Fixing typos
  2013-04-11  3:08 Fixing typos Benoit Bourbie
@ 2013-04-11 10:14 ` Ramkumar Ramachandra
  2013-04-12  5:20   ` Benoit Bourbie
  0 siblings, 1 reply; 3+ messages in thread
From: Ramkumar Ramachandra @ 2013-04-11 10:14 UTC (permalink / raw)
  To: Benoit Bourbie; +Cc: git

Benoit Bourbie wrote:
> I apologize for being picky

There's nothing to apologize for.  These are good catches worth fixing.

> but that patch fixes 3 typos.

Please read Documentation/SubmittingPatches, particularly the parts about:
1. Sending patches inline using git send-email, as opposed to an attachment.
2. Signing off on your patch.

Cheers.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Fixing typos
  2013-04-11 10:14 ` Ramkumar Ramachandra
@ 2013-04-12  5:20   ` Benoit Bourbie
  0 siblings, 0 replies; 3+ messages in thread
From: Benoit Bourbie @ 2013-04-12  5:20 UTC (permalink / raw)
  To: Ramkumar Ramachandra; +Cc: git

I re-submitted it.

Thank you, Ramkumar.



On 04/11/2013 05:14 AM, Ramkumar Ramachandra wrote:
> Benoit Bourbie wrote:
>> I apologize for being picky
>
> There's nothing to apologize for.  These are good catches worth fixing.
>
>> but that patch fixes 3 typos.
>
> Please read Documentation/SubmittingPatches, particularly the parts about:
> 1. Sending patches inline using git send-email, as opposed to an attachment.
> 2. Signing off on your patch.
>
> Cheers.
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-04-12  5:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-11  3:08 Fixing typos Benoit Bourbie
2013-04-11 10:14 ` Ramkumar Ramachandra
2013-04-12  5:20   ` Benoit Bourbie

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).