diff --git a/src/backend/utils/adt/varlena.c b/src/backend/utils/adt/varlena.c index 20b40fe2e5da54d4953ce872931e82ad6a41a3eb..c2119edcecc4504501389b7616dfa70ef47d8d7e 100644 --- a/src/backend/utils/adt/varlena.c +++ b/src/backend/utils/adt/varlena.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/utils/adt/varlena.c,v 1.142 2005/12/22 22:50:00 tgl Exp $ + * $PostgreSQL: pgsql/src/backend/utils/adt/varlena.c,v 1.143 2006/02/26 02:23:41 neilc Exp $ * *------------------------------------------------------------------------- */ @@ -81,7 +81,7 @@ static void appendStringInfoText(StringInfo str, const text *t); * ereport(ERROR, ...) if bad form. * * BUGS: - * The input is scaned twice. + * The input is scanned twice. * The error checking of input is minimal. */ Datum