9d7d3f
From c6246783cf347652f70d95c0562dd411747e9d53 Mon Sep 17 00:00:00 2001
9d7d3f
From: Kamil Dudka <kdudka@redhat.com>
9d7d3f
Date: Wed, 31 Oct 2012 11:40:30 +0100
9d7d3f
Subject: [PATCH] Fix character encoding of docs
9d7d3f
9d7d3f
..., which are of mixed encoding originally so a simple iconv can't
9d7d3f
fix them.
9d7d3f
---
9d7d3f
 CHANGES |    2 +-
9d7d3f
 README  |    2 +-
9d7d3f
 2 files changed, 2 insertions(+), 2 deletions(-)
9d7d3f
9d7d3f
diff --git a/CHANGES b/CHANGES
9d7d3f
index 4568408..5fc1652 100644
9d7d3f
--- a/CHANGES
9d7d3f
+++ b/CHANGES
9d7d3f
@@ -1910,7 +1910,7 @@ Daniel Stenberg (12 Nov 2012)
9d7d3f
 
9d7d3f
 - [Gabriel Sjoberg brought this change]
9d7d3f
 
9d7d3f
-  Digst: Add microseconds into nounce calculation
9d7d3f
+  Digest: Add microseconds into nounce calculation
9d7d3f
   
9d7d3f
   When using only 1 second precision, curl doesn't create new cnonce
9d7d3f
   values quickly enough for all uses.
9d7d3f
diff --git a/README b/README
9d7d3f
index 2ffacc3..cfd6760 100644
9d7d3f
--- a/README
9d7d3f
+++ b/README
9d7d3f
@@ -45,5 +45,5 @@ GIT
9d7d3f
 NOTICE
9d7d3f
 
9d7d3f
   Curl contains pieces of source code that is Copyright (c) 1998, 1999
9d7d3f
-  Kungliga Tekniska Högskolan. This notice is included here to comply with the
9d7d3f
+  Kungliga Tekniska Högskolan. This notice is included here to comply with the
9d7d3f
   distribution terms.
9d7d3f
-- 
9d7d3f
1.7.1
9d7d3f