]> granicus.if.org Git - postgresql/commitdiff
Fix typo
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 20 Jan 2011 20:01:10 +0000 (22:01 +0200)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 20 Jan 2011 20:01:10 +0000 (22:01 +0200)
Hitoshi Harada

src/pl/plpython/plpython.c

index 00e3b10ecec9d54dd828eb161c4aec5dfbe95ffc..0e2c688f82f899ce5ba25b2af4f4880dee098433 100644 (file)
@@ -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
 {