Skip to content

Commit cd87a5e

Browse files
committed
Fix wrong word in comment.
Third time's the charm.
1 parent 11324e4 commit cd87a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/adt/misc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@ pg_current_logfile(PG_FUNCTION_ARGS)
939939
log_filepath = strchr(lbuffer, ' ');
940940
if (log_filepath == NULL)
941941
{
942-
/* Uh oh. No newline found, so file content is corrupted. */
942+
/* Uh oh. No space found, so file content is corrupted. */
943943
elog(ERROR,
944944
"missing space character in \"%s\"", LOG_METAINFO_DATAFILE);
945945
break;

0 commit comments

Comments
 (0)