Small typo in variable.c
Started by Daniel Westermann (DWE)over 4 years ago3 messages
Hi,
there is a typo in variable.c.
Attached a small fix for this.
Regards
Daniel
Attachments:
typo-in-variable-c-fix.patchtext/x-patch; name=typo-in-variable-c-fix.patchDownload
diff --git a/src/bin/psql/variables.c b/src/bin/psql/variables.c
index 92a34f870f..538b83ddd9 100644
--- a/src/bin/psql/variables.c
+++ b/src/bin/psql/variables.c
@@ -361,7 +361,7 @@ SetVariableHooks(VariableSpace space, const char *name,
}
/*
- * Return true iff the named variable has substitute and/or assign hook
+ * Return true if the named variable has substitute and/or assign hook
* functions.
*/
bool
Re: Small typo in variable.c
On Tue, Jul 27, 2021 at 10:04:36AM +0000, Daniel Westermann (DWE) wrote:
there is a typo in variable.c.
Attached a small fix for this.
"iff" stands for "if and only if".
--
Michael