From 0f565c074311d202f4524d1fd104b28c5a6adaf2 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Mon, 20 Oct 2014 10:23:40 -0400 Subject: Fix typos. Etsuro Fujita --- src/backend/utils/adt/tsquery.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/utils/adt/tsquery.c') diff --git a/src/backend/utils/adt/tsquery.c b/src/backend/utils/adt/tsquery.c index b973a534ddb..c8011a8ea92 100644 --- a/src/backend/utils/adt/tsquery.c +++ b/src/backend/utils/adt/tsquery.c @@ -456,10 +456,10 @@ findoprnd(QueryItem *ptr, int size) /* - * Each value (operand) in the query is be passed to pushval. pushval can + * Each value (operand) in the query is passed to pushval. pushval can * transform the simple value to an arbitrarily complex expression using * pushValue and pushOperator. It must push a single value with pushValue, - * a complete expression with all operands, or a a stopword placeholder + * a complete expression with all operands, or a stopword placeholder * with pushStop, otherwise the prefix notation representation will be broken, * having an operator with no operand. * -- cgit v1.2.3