From 1fb6f62a84041b668fd9e85a2f33bb3a0fd28fdc Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Mon, 3 Jun 2019 13:44:03 +0900 Subject: Fix typos in various places Author: Andrea Gelmini Reviewed-by: Michael Paquier, Justin Pryzby Discussion: https://postgr.es/m/20190528181718.GA39034@glet --- src/include/fe_utils/conditional.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/fe_utils/conditional.h') diff --git a/src/include/fe_utils/conditional.h b/src/include/fe_utils/conditional.h index 539b929b6a7..7faa74e7be9 100644 --- a/src/include/fe_utils/conditional.h +++ b/src/include/fe_utils/conditional.h @@ -5,8 +5,8 @@ * allow a manage nested conditionals. * * It is used by: - * - "psql" interpretor for handling \if ... \endif - * - "pgbench" interpretor for handling \if ... \endif + * - "psql" interpreter for handling \if ... \endif + * - "pgbench" interpreter for handling \if ... \endif * - "pgbench" syntax checker to test for proper nesting * * The stack holds the state of enclosing conditionals (are we in -- cgit v1.2.3