Skip to content

Commit 1fe300c

Browse files
committed
[ci skip] small fix: typo and indent
1 parent 4ec64a9 commit 1fe300c

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
@@ -82,7 +82,7 @@ typedef struct
8282
unsigned handle : 32;
8383
/* size of additional data sent after this header */
8484
unsigned size : 32;
85-
/* additional small paramter for requests (varies between operations) or a result code for response */
85+
/* additional small parameter for requests (varies between operations) or a result code for response */
8686
unsigned arg;
8787
} fio_header;
8888

0 commit comments

Comments
 (0)