Fix typos in 9758174e2e.
authorAmit Kapila <[email protected]>
Wed, 21 Aug 2024 11:15:36 +0000 (16:45 +0530)
committerAmit Kapila <[email protected]>
Wed, 21 Aug 2024 11:15:36 +0000 (16:45 +0530)
Reported off-list by Erik Rijkers

doc/src/sgml/logical-replication.sgml

index 885a2d70ae77ef59f57372d24239259f58993f24..08f89e01ada80a8d8b852634562b568a8aef93c2 100644 (file)
@@ -1608,7 +1608,7 @@ test_sub=# SELECT * FROM t1 ORDER BY id;
        Updating a row that was previously modified by another origin.
        Note that this conflict can only be detected when
        <link linkend="guc-track-commit-timestamp"><varname>track_commit_timestamp</varname></link>
-       is enabled on the subscriber. Currenly, the update is always applied
+       is enabled on the subscriber. Currently, the update is always applied
        regardless of the origin of the local row.
       </para>
      </listitem>
@@ -1646,7 +1646,7 @@ test_sub=# SELECT * FROM t1 ORDER BY id;
        Deleting a row that was previously modified by another origin. Note that
        this conflict can only be detected when
        <link linkend="guc-track-commit-timestamp"><varname>track_commit_timestamp</varname></link>
-       is enabled on the subscriber. Currenly, the delete is always applied
+       is enabled on the subscriber. Currently, the delete is always applied
        regardless of the origin of the local row.
       </para>
      </listitem>