Fix typo in comment

Started by Peter Smithabout 5 years ago2 messages
#1Peter Smith
smithpb2250@gmail.com
1 attachment(s)

PSA a trivial patch to correct a comment typo.

----
Kind Regards,
Peter Smith
Fujitsu Australia.

Attachments:

fix_typo.patchapplication/octet-stream; name=fix_typo.patchDownload
diff --git a/src/backend/replication/logical/origin.c b/src/backend/replication/logical/origin.c
index 0b01cce..77781d0 100644
--- a/src/backend/replication/logical/origin.c
+++ b/src/backend/replication/logical/origin.c
@@ -843,7 +843,7 @@ replorigin_redo(XLogReaderState *record)
  * that originated at the LSN remote_commit on the remote node was replayed
  * successfully and that we don't need to do so again. In combination with
  * setting up replorigin_session_origin_lsn and replorigin_session_origin
- * that ensures we won't loose knowledge about that after a crash if the
+ * that ensures we won't lose knowledge about that after a crash if the
  * transaction had a persistent effect (think of asynchronous commits).
  *
  * local_commit needs to be a local LSN of the commit so that we can make sure
#2Amit Kapila
amit.kapila16@gmail.com
In reply to: Peter Smith (#1)
Re: Fix typo in comment

On Tue, Jan 5, 2021 at 5:36 AM Peter Smith <smithpb2250@gmail.com> wrote:

PSA a trivial patch to correct a comment typo.

LGTM. Pushed!

--
With Regards,
Amit Kapila.