Skip to content

Commit

Permalink
fix typo in pgut.c
Browse files Browse the repository at this point in the history
  • Loading branch information
sunhm89 committed Nov 22, 2021
1 parent e0ce383 commit 81f26d1
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 81f26d1

Please sign in to comment.