Fix typo in comment.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 7 Jul 2009 18:49:16 +0000 (18:49 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 7 Jul 2009 18:49:16 +0000 (18:49 +0000)
src/include/catalog/pg_proc.h

index e194d6a91d8bea7bc5243b17f935ce97309054cd..6d0165b6ae53a2574dea176c399708f6e343e919 100644 (file)
@@ -2279,7 +2279,7 @@ DATA(insert OID = 1597 (  pg_encoding_to_char        PGNSP PGUID 12 1 0 0 f f f t f
 DESCR("convert encoding id to encoding name");
 
 DATA(insert OID = 2319 (  pg_encoding_max_length   PGNSP PGUID 12 1 0 0 f f f t f i 1 0 23 "23" _null_ _null_ _null_ _null_ pg_encoding_max_length_sql _null_ _null_ _null_ ));
-DESCR("maximum octet length of a character in an eocidng");
+DESCR("maximum octet length of a character in given encoding");
 
 DATA(insert OID = 1638 (  oidgt                                   PGNSP PGUID 12 1 0 0 f f f t f i 2 0 16 "26 26" _null_ _null_ _null_ _null_ oidgt _null_ _null_ _null_ ));
 DESCR("greater-than");