Hello!

I just noticed an it's-vs.-its misspelling in the docs; here is a patch.

>From a3ae3dcd72096abdcab152f16d2f256625c85ff0 Mon Sep 17 00:00:00 2001
From: Hrvoje Niksic <[email protected]>
Date: Tue, 13 Aug 2013 20:41:08 +0200
Subject: [PATCH] Fix misspelling.

---
 doc/ChangeLog | 4 ++++
 doc/wget.texi | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/doc/ChangeLog b/doc/ChangeLog
index a67cfc2..bc0fb79 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2013-08-13  Hrvoje Niksic  <[email protected]>
+
+	* wget.texi (Download Options): Fix misspelling.
+
 2013-07-09  Giuseppe Scrivano  <[email protected]>
 
 	* wget.texi (Download Options): Add documentation for --backups.
diff --git a/doc/wget.texi b/doc/wget.texi
index 7a1670e..ba4612d 100644
--- a/doc/wget.texi
+++ b/doc/wget.texi
@@ -742,7 +742,7 @@ Turn on time-stamping.  @xref{Time-Stamping}, for details.
 @item --no-use-server-timestamps
 Don't set the local file's timestamp by the one on the server.
 
-By default, when a file is downloaded, it's timestamps are set to
+By default, when a file is downloaded, its timestamps are set to
 match those from the remote file. This allows the use of
 @samp{--timestamping} on subsequent invocations of wget. However, it
 is sometimes useful to base the local file's timestamp on when it was
-- 
1.8.2.1

Reply via email to