From: Peter Eisentraut Date: Thu, 20 Jan 2011 20:01:10 +0000 (+0200) Subject: Fix typo X-Git-Tag: REL9_1_ALPHA4~414 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81f79dbf2e551978300ee85d42026e26f932089a;p=postgresql Fix typo Hitoshi Harada --- diff --git a/src/pl/plpython/plpython.c b/src/pl/plpython/plpython.c index 00e3b10ece..0e2c688f82 100644 --- a/src/pl/plpython/plpython.c +++ b/src/pl/plpython/plpython.c @@ -182,7 +182,7 @@ typedef union PLyTypeOutput } PLyTypeOutput; /* all we need to move Postgresql data to Python objects, - * and vis versa + * and vice versa */ typedef struct PLyTypeInfo {