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