From 81f79dbf2e551978300ee85d42026e26f932089a Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 20 Jan 2011 22:01:10 +0200 Subject: [PATCH] Fix typo Hitoshi Harada --- src/pl/plpython/plpython.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.40.0