All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fixing typos
@ 2013-04-12  5:05 Benoît Bourbié
  2013-04-12  5:05 ` [PATCH] Typo fix: replacing it's -> its Benoît Bourbié
  0 siblings, 1 reply; 2+ messages in thread
From: Benoît Bourbié @ 2013-04-12  5:05 UTC (permalink / raw)
  To: gitster; +Cc: Benoît Bourbié, git

Very basic documentation typo fixes. 

Benoît Bourbié (1):
  Typo fix: replacing it's -> its

 INSTALL               | 2 +-
 perl/private-Error.pm | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

-- 
1.8.2.470.g21ccebe.dirty

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

* [PATCH] Typo fix: replacing it's -> its
  2013-04-12  5:05 [PATCH] Fixing typos Benoît Bourbié
@ 2013-04-12  5:05 ` Benoît Bourbié
  0 siblings, 0 replies; 2+ messages in thread
From: Benoît Bourbié @ 2013-04-12  5:05 UTC (permalink / raw)
  To: gitster; +Cc: Benoît Bourbié, git

Signed-off-by: Benoit Bourbie <benoit.bourbie@gmail.com>
---
 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] 2+ messages in thread

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-12  5:05 [PATCH] Fixing typos Benoît Bourbié
2013-04-12  5:05 ` [PATCH] Typo fix: replacing it's -> its Benoît Bourbié

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.