aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNeil Conway <neilc@samurai.com>2006-02-28 23:38:13 +0000
committerNeil Conway <neilc@samurai.com>2006-02-28 23:38:13 +0000
commite24cea8be5417b6d69699e4aa6f1d5079623ea18 (patch)
treeb6cc891661cb91409ac4017175802e6fc9a97f96 /src
parent8e68d783902b0b47f377efa4a23a04ddeef272a8 (diff)
downloadpostgresql-e24cea8be5417b6d69699e4aa6f1d5079623ea18.tar.gz
postgresql-e24cea8be5417b6d69699e4aa6f1d5079623ea18.zip
Fix typo in comment.
Diffstat (limited to 'src')
-rw-r--r--src/pl/plperl/plperl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pl/plperl/plperl.c b/src/pl/plperl/plperl.c
index 55d049eef12..da1b8780d3f 100644
--- a/src/pl/plperl/plperl.c
+++ b/src/pl/plperl/plperl.c
@@ -4,7 +4,7 @@
* IDENTIFICATION
*
* This software is copyrighted by Mark Hollomon
- * but is shameless cribbed from pltcl.c by Jan Wieck.
+ * but is shamelessly cribbed from pltcl.c by Jan Wieck.
*
* The author hereby grants permission to use, copy, modify,
* distribute, and license this software and its documentation
@@ -33,7 +33,7 @@
* ENHANCEMENTS, OR MODIFICATIONS.
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.102 2006/02/26 22:26:39 neilc Exp $
+ * $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.103 2006/02/28 23:38:13 neilc Exp $
*
**********************************************************************/