0001-fix-typo.patch
application/octet-stream
Filename: 0001-fix-typo.patch
Type: application/octet-stream
Part: 0
Patch
Format: format-patch
Series: patch 0001
Subject: fix typo
| File | + | − |
|---|---|---|
| doc/src/sgml/ref/pg_recvlogical.sgml | 1 | 1 |
From e05ed6f87c871bc40e111bc784e450130dcd72d9 Mon Sep 17 00:00:00 2001
From: Zhijie Hou <houzj.fnst@cn.fujitsu.com>
Date: Mon, 7 Apr 2025 10:14:25 +0800
Subject: [PATCH] fix typo
---
doc/src/sgml/ref/pg_recvlogical.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/src/sgml/ref/pg_recvlogical.sgml b/doc/src/sgml/ref/pg_recvlogical.sgml
index 5166393abeb..63a45c7018a 100644
--- a/doc/src/sgml/ref/pg_recvlogical.sgml
+++ b/doc/src/sgml/ref/pg_recvlogical.sgml
@@ -79,7 +79,7 @@ PostgreSQL documentation
</para>
<para>
- The <option>--two-phase</option> and <option>--falover</option> options
+ The <option>--two-phase</option> and <option>--failover</option> options
can be specified with <option>--create-slot</option>.
</para>
</listitem>
--
2.30.0.windows.2