From: Peter Eisentraut Date: Thu, 27 Apr 2017 01:12:35 +0000 (-0400) Subject: Fix typo in comment X-Git-Tag: REL_10_BETA1~156 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c9bd27aece5efd0ccef668828a44f59bd2c7a44;p=postgresql Fix typo in comment Author: Masahiko Sawada --- diff --git a/src/backend/replication/logical/worker.c b/src/backend/replication/logical/worker.c index fa4f3b652d..2d7770d4dc 100644 --- a/src/backend/replication/logical/worker.c +++ b/src/backend/replication/logical/worker.c @@ -351,7 +351,7 @@ slot_store_cstrings(TupleTableSlot *slot, LogicalRepRelMapEntry *rel, } /* - * Modify slot with user data provided as C strigs. + * Modify slot with user data provided as C strings. * This is somewhat similar to heap_modify_tuple but also calls the type * input function on the user data as the input is the text representation * of the types.