summaryrefslogtreecommitdiff
path: root/psycopg/psycopgmodule.c
diff options
context:
space:
mode:
authorPiotr Kasprzyk <ciri@ciri.pl>2013-04-26 10:21:56 +0200
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2013-04-26 09:59:40 +0100
commit31b6ec63f8ab0bc0333c0cbe9a19543fde437ce2 (patch)
tree591d9e77b7d8ef7d968480dac2e22aa69a8b19a2 /psycopg/psycopgmodule.c
parent2eba97de7059b71b953fda9b1720a7059cbbcaf2 (diff)
downloadpsycopg2-31b6ec63f8ab0bc0333c0cbe9a19543fde437ce2.tar.gz
Fix multiple misspellings
Diffstat (limited to 'psycopg/psycopgmodule.c')
-rw-r--r--psycopg/psycopgmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/psycopg/psycopgmodule.c b/psycopg/psycopgmodule.c
index 206a788..98cc995 100644
--- a/psycopg/psycopgmodule.c
+++ b/psycopg/psycopgmodule.c
@@ -437,7 +437,7 @@ static struct {
static int
psyco_errors_init(void)
{
- /* the names of the exceptions here reflect the oranization of the
+ /* the names of the exceptions here reflect the organization of the
psycopg2 module and not the fact the the original error objects
live in _psycopg */