From dde6282500ac650cd0257fc24aeb5688962fddf9 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Fri, 13 Dec 2013 19:58:48 +0200 Subject: Fix more instances of "the the" in comments. Plus one instance of "to to" in the docs. --- src/backend/access/transam/xlogfuncs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/access/transam/xlogfuncs.c') diff --git a/src/backend/access/transam/xlogfuncs.c b/src/backend/access/transam/xlogfuncs.c index b7950f77a65..c421a59db99 100644 --- a/src/backend/access/transam/xlogfuncs.c +++ b/src/backend/access/transam/xlogfuncs.c @@ -589,7 +589,7 @@ pg_backup_start_time(PG_FUNCTION_ARGS) } /* - * Parse the file to find the the START TIME line. + * Parse the file to find the START TIME line. */ backup_start_time[0] = '\0'; while (fgets(fline, sizeof(fline), lfp) != NULL) -- cgit v1.2.3