From f97a028d8ee3e7d64a93285707af94b612c47651 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Tue, 14 Mar 2017 11:38:30 -0400 Subject: Spelling fixes in code comments From: Josh Soref --- src/fe_utils/string_utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fe_utils/string_utils.c') diff --git a/src/fe_utils/string_utils.c b/src/fe_utils/string_utils.c index 08fe765b5af..d1a9ddc4c6c 100644 --- a/src/fe_utils/string_utils.c +++ b/src/fe_utils/string_utils.c @@ -173,7 +173,7 @@ fmtQualifiedId(int remoteVersion, const char *schema, const char *id) * returned by PQserverVersion()) as a string. This exists mainly to * encapsulate knowledge about two-part vs. three-part version numbers. * - * For re-entrancy, caller must supply the buffer the string is put in. + * For reentrancy, caller must supply the buffer the string is put in. * Recommended size of the buffer is 32 bytes. * * Returns address of 'buf', as a notational convenience. -- cgit v1.2.3