aboutsummaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpython.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/pl/plpython/plpython.c')
-rw-r--r--src/pl/plpython/plpython.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pl/plpython/plpython.c b/src/pl/plpython/plpython.c
index 00e3b10ecec..0e2c688f82f 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
{