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