From cc2aa0a9caac9b9ea1a3d30da2302ba1118b7da6 Mon Sep 17 00:00:00 2001
From: James Henstridge <james@jamesh.id.au>
Date: Tue, 23 Sep 2008 17:22:37 +0800
Subject: [PATCH] 	* psycopg/psycopg.h (NotSupportedError_doc): clean up 
 spelling/grammar a bit, using exception description from the PEP.

---
 ChangeLog         | 5 +++++
 psycopg/psycopg.h | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 309e1fc5..9a74a537 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-09-23  James Henstridge  <james@jamesh.id.au>
+
+	* psycopg/psycopg.h (NotSupportedError_doc): clean up
+	spelling/grammar a bit, using exception description from the PEP.
+
 2008-09-23  Federico Di Gregorio <fog@initd.org>
 
 	* Applied patch from Brian Sutherland that fixes NULL
diff --git a/psycopg/psycopg.h b/psycopg/psycopg.h
index c2effb57..5706c5a7 100644
--- a/psycopg/psycopg.h
+++ b/psycopg/psycopg.h
@@ -174,7 +174,7 @@ HIDDEN size_t qstring_escape(char *to, char *from, size_t len, PGconn *conn);
 "Error related to problems with the processed data."
 
 #define NotSupportedError_doc \
-"A not supported datbase API was called."
+"A method or database API was used which is not supported by the database."
 
 #ifdef PSYCOPG_EXTENSIONS
 #define QueryCanceledError_doc \