summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTatsuo Ishii2003-09-17 04:25:29 +0000
committerTatsuo Ishii2003-09-17 04:25:29 +0000
commitce90c0f5049850ebe572e44b87f33c379045aa23 (patch)
tree6dfca64965499c6bc591bb916478617c10335323 /src
parent7e06dbe1c2391468ddaa7f0805ac6352933069e1 (diff)
Fix typo in comment
Diffstat (limited to 'src')
-rw-r--r--src/include/nodes/parsenodes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/nodes/parsenodes.h b/src/include/nodes/parsenodes.h
index cbaaee49cf9..2aec3b7b7ac 100644
--- a/src/include/nodes/parsenodes.h
+++ b/src/include/nodes/parsenodes.h
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: parsenodes.h,v 1.247 2003/08/17 19:58:06 tgl Exp $
+ * $Id: parsenodes.h,v 1.248 2003/09/17 04:25:29 ishii Exp $
*
*-------------------------------------------------------------------------
*/
@@ -1628,7 +1628,7 @@ typedef struct CreateConversionStmt
NodeTag type;
List *conversion_name; /* Name of the conversion */
char *for_encoding_name; /* source encoding name */
- char *to_encoding_name; /* destiname encoding name */
+ char *to_encoding_name; /* destination encoding name */
List *func_name; /* qualified conversion function name */
bool def; /* is this a default conversion? */
} CreateConversionStmt;