Commit 940b87e7 authored by Neil Conway's avatar Neil Conway

Fix (debatable) spelling mistake in a comment: 'concatenate' is the usual

term, not 'catenate'.
parent 18f9d7c7
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* *
* Copyright (c) 2000-2003, PostgreSQL Global Development Group * Copyright (c) 2000-2003, PostgreSQL Global Development Group
* *
* $PostgreSQL: pgsql/src/bin/psql/copy.c,v 1.41 2004/01/28 22:14:04 tgl Exp $ * $PostgreSQL: pgsql/src/bin/psql/copy.c,v 1.42 2004/01/29 12:34:59 neilc Exp $
*/ */
#include "postgres_fe.h" #include "postgres_fe.h"
#include "copy.h" #include "copy.h"
...@@ -85,7 +85,7 @@ free_copy_options(struct copy_options * ptr) ...@@ -85,7 +85,7 @@ free_copy_options(struct copy_options * ptr)
} }
/* catenate "more" onto "var", freeing the original value of *var */ /* concatenate "more" onto "var", freeing the original value of *var */
static void static void
xstrcat(char **var, const char *more) xstrcat(char **var, const char *more)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment