Skip to content

Commit

Permalink
Merge pull request #292 from sunhm89/master
Browse files Browse the repository at this point in the history
fix typo in pgut.c
  • Loading branch information
Melkij authored Nov 22, 2021
2 parents e0ce383 + 81f26d1 commit 3c2f3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pgut/pgut.c
Original file line number Diff line number Diff line change
Expand Up @@ -1164,7 +1164,7 @@ on_interrupt(void)
pgutConn *c;
int save_errno = errno;

/* Set interruped flag */
/* Set interrupted flag */
interrupted = true;

if (in_cleanup)
Expand Down

0 comments on commit 3c2f3c2

Please # to comment.