Skip to content

Commit d8dba4d

Browse files
committed
1 parent cd29be5 commit d8dba4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pgbench/pgbench.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ typedef struct
509509
pg_time_usec_t create_time; /* thread creation time */
510510
pg_time_usec_t started_time; /* thread is running */
511511
pg_time_usec_t bench_start; /* thread is benchmarking */
512-
pg_time_usec_t conn_duration; /* cumulated connection and deconnection
512+
pg_time_usec_t conn_duration; /* cumulated connection and disconnection
513513
* delays */
514514

515515
StatsData stats;

0 commit comments

Comments
 (0)