From fbec7459aa39da864ad1d578f044a21c3b3b057c Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Fri, 2 Nov 2018 13:56:16 +0100 Subject: Fix spelling errors and typos in comments Author: Daniel Gustafsson --- src/backend/utils/adt/jsonb_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/utils/adt/jsonb_util.c') diff --git a/src/backend/utils/adt/jsonb_util.c b/src/backend/utils/adt/jsonb_util.c index 3be900f8ee0..713631b04f0 100644 --- a/src/backend/utils/adt/jsonb_util.c +++ b/src/backend/utils/adt/jsonb_util.c @@ -1363,7 +1363,7 @@ compareJsonbScalarValue(JsonbValue *aScalar, JsonbValue *bScalar) /* - * Functions for manipulating the resizeable buffer used by convertJsonb and + * Functions for manipulating the resizable buffer used by convertJsonb and * its subroutines. */ -- cgit v1.2.3