diff --git a/doc/pgprobackup.xml b/doc/pgprobackup.xml
index 91ec1253..73b2bf1b 100644
--- a/doc/pgprobackup.xml
+++ b/doc/pgprobackup.xml
@@ -4310,7 +4310,7 @@ pg_probackup archive-get -B backup_dir --instance --recovery-target-lsn or
options. The default
depends on the
- recovery_target_inclusive
+ recovery_target_inclusive
parameter.
diff --git a/tests/replica.py b/tests/replica.py
index 4ec51eb6..ab6eaf59 100644
--- a/tests/replica.py
+++ b/tests/replica.py
@@ -726,7 +726,7 @@ class ReplicaTest(ProbackupTest, unittest.TestCase):
log_content)
self.assertIn(
- 'LOG: current.stop_lsn: 0/4000028',
+ 'LOG: stop_lsn: 0/4000028',
log_content)
# Clean after yourself