Skip to content

Commit

Permalink
fix typo (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
lincuiping authored and mikecaat committed Nov 22, 2021
1 parent 548b56a commit 6745f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backup.c
Original file line number Diff line number Diff line change
Expand Up @@ -1391,7 +1391,7 @@ backup_cleanup(bool fatal, void *userdata)
*/
if (current.status == BACKUP_STATUS_RUNNING && current.end_time == 0)
{
elog(DEBUG, "update bakckup status from RUNNING to ERROR");
elog(DEBUG, "update backup status from RUNNING to ERROR");
current.end_time = time(NULL);
current.status = BACKUP_STATUS_ERROR;
pgBackupWriteIni(&current);
Expand Down

0 comments on commit 6745f4e

Please sign in to comment.