Skip to content

Commit 8524ca3

Browse files
kulaginmgsmolk
authored andcommitted
[ci skip] small fix: typo and indent
1 parent e9eaf03 commit 8524ca3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/catalog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ grab_shared_lock_file(pgBackup *backup)
667667
else if (errno != ESRCH)
668668
elog(ERROR, "Failed to send signal 0 to a process %d: %s",
669669
encoded_pid, strerror(errno));
670-
}
670+
}
671671

672672
if (fp_in)
673673
{

src/utils/file.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ typedef struct
8383
unsigned handle : 32;
8484
/* size of additional data sent after this header */
8585
unsigned size : 32;
86-
/* additional small paramter for requests (varies between operations) or a result code for response */
86+
/* additional small parameter for requests (varies between operations) or a result code for response */
8787
unsigned arg;
8888
} fio_header;
8989

0 commit comments

Comments
 (0)