]> granicus.if.org Git - postgresql/commitdiff
Fix typo in comment
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 27 Apr 2017 01:12:35 +0000 (21:12 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 27 Apr 2017 01:13:01 +0000 (21:13 -0400)
Author: Masahiko Sawada <sawada.mshk@gmail.com>

src/backend/replication/logical/worker.c

index fa4f3b652d5e72fcb8a9a639fc6c195813ba072e..2d7770d4dc1502db71e338a72701c8b60b371f1c 100644 (file)
@@ -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.