Skip to content

Commit a89850a

Browse files
author
Amit Kapila
committed
Fix typo in logicalfuncs.c.
Author: Bharath Rupireddy Discussion: https://postgr.es/m/CALj2ACX1mVtw8LWEnZgnpPdk2bPFR1xX2ZN+8GfXCffyip_9=Q@mail.gmail.com
1 parent fe0972e commit a89850a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/replication/logical/logicalfuncs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
#include "utils/regproc.h"
4141
#include "utils/resowner.h"
4242

43-
/* private date for writing out data */
43+
/* Private data for writing out data */
4444
typedef struct DecodingOutputState
4545
{
4646
Tuplestorestate *tupstore;

0 commit comments

Comments
 (0)