diff options
| author | David Rowley | 2024-05-03 14:33:25 +0000 |
|---|---|---|
| committer | David Rowley | 2024-05-03 14:33:25 +0000 |
| commit | a42fc1c903b54ba94374e5e0c08905b9a1479f19 (patch) | |
| tree | 179e5cab5edf67090abbc3edd6e31fe50ff74e87 /src/fe_utils | |
| parent | 4a044b9497093f349605fb9912446c5f1bcf228c (diff) | |
Fix an assortment of typos
Author: Alexander Lakhin
Discussion: https://postgr.es/m/ae9f2fcb-4b24-5bb0-4240-efbbbd944ca1@gmail.com
Diffstat (limited to 'src/fe_utils')
| -rw-r--r-- | src/fe_utils/recovery_gen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe_utils/recovery_gen.c b/src/fe_utils/recovery_gen.c index 733982a82f7..c4838a4bddc 100644 --- a/src/fe_utils/recovery_gen.c +++ b/src/fe_utils/recovery_gen.c @@ -20,7 +20,7 @@ static char *escape_quotes(const char *src); * return it. * * This accepts the dbname which will be appended to the primary_conninfo. - * The dbname will be ignored by walreciever process but slotsync worker uses + * The dbname will be ignored by walreceiver process but slotsync worker uses * it to connect to the primary server. */ PQExpBuffer |
