From: Robert Haas Date: Fri, 5 Feb 2016 13:11:00 +0000 (-0500) Subject: Fix typo in comment. X-Git-Tag: REL9_6_BETA1~759 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e98fd7860773698eaaf6332decc364bb31bca677;p=postgresql Fix typo in comment. Michael Paquier --- diff --git a/src/backend/replication/slot.c b/src/backend/replication/slot.c index 251b549768..11b44a483c 100644 --- a/src/backend/replication/slot.c +++ b/src/backend/replication/slot.c @@ -984,7 +984,7 @@ CreateSlotOnDisk(ReplicationSlot *slot) /* * If we'd now fail - really unlikely - we wouldn't know whether this slot * would persist after an OS crash or not - so, force a restart. The - * restart would try to fysnc this again till it works. + * restart would try to fsync this again till it works. */ START_CRIT_SECTION();