Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit940b87e

Browse files
author
Neil Conway
committed
Fix (debatable) spelling mistake in a comment: 'concatenate' is the usual
term, not 'catenate'.
1 parent18f9d7c commit940b87e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/psql/copy.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (c) 2000-2003, PostgreSQL Global Development Group
55
*
6-
* $PostgreSQL: pgsql/src/bin/psql/copy.c,v 1.41 2004/01/28 22:14:04 tgl Exp $
6+
* $PostgreSQL: pgsql/src/bin/psql/copy.c,v 1.42 2004/01/29 12:34:59 neilc Exp $
77
*/
88
#include"postgres_fe.h"
99
#include"copy.h"
@@ -85,7 +85,7 @@ free_copy_options(struct copy_options * ptr)
8585
}
8686

8787

88-
/*catenate "more" onto "var", freeing the original value of *var */
88+
/*concatenate "more" onto "var", freeing the original value of *var */
8989
staticvoid
9090
xstrcat(char**var,constchar*more)
9191
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp