@@ -1602,7 +1602,7 @@ ExecStoreHeapTupleDatum(Datum data, TupleTableSlot *slot)
1602
1602
* NB: If materialize is true, modifications of the returned tuple are
1603
1603
* allowed. But it depends on the type of the slot whether such modifications
1604
1604
* will also affect the slot's contents. While that is not the nicest
1605
- * behaviour, all suchmodifcations are in the process of being removed.
1605
+ * behaviour, all suchmodifications are in the process of being removed.
1606
1606
*/
1607
1607
HeapTuple
1608
1608
ExecFetchSlotHeapTuple (TupleTableSlot * slot ,bool materialize ,bool * shouldFree )
@@ -1645,7 +1645,7 @@ ExecFetchSlotHeapTuple(TupleTableSlot *slot, bool materialize, bool *shouldFree)
1645
1645
*tuple should be considered as read-only.
1646
1646
*
1647
1647
*If that callback is not supported, it calls copy_minimal_tuple callback
1648
- *which is expected to return a copy of minimal tuplerepresnting the
1648
+ *which is expected to return a copy of minimal tuplerepresenting the
1649
1649
*contents of the slot. In this case *shouldFree is set to true,
1650
1650
*indicating the caller that it should free the memory consumed by the
1651
1651
*minimal tuple. In this case the returned minimal tuple may be written