From: Heikki Linnakangas Date: Wed, 26 Oct 2016 08:10:13 +0000 (+0300) Subject: Fix typo in comment. X-Git-Tag: REL_10_BETA1~1506 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=8a2f08fbeaf75f67da122b49f05f96257df3faed;p=postgresql.git Fix typo in comment. Daniel Gustafsson --- diff --git a/contrib/pageinspect/heapfuncs.c b/contrib/pageinspect/heapfuncs.c index 904eaef2dab..f8ac343cc19 100644 --- a/contrib/pageinspect/heapfuncs.c +++ b/contrib/pageinspect/heapfuncs.c @@ -279,7 +279,7 @@ heap_page_items(PG_FUNCTION_ARGS) * * Split raw tuple data taken directly from a page into an array of bytea * elements. This routine does a lookup on NULL values and creates array - * elements accordindly. This is a reimplementation of nocachegetattr() + * elements accordingly. This is a reimplementation of nocachegetattr() * in heaptuple.c simplified for educational purposes. */ static Datum