From: Daniel Gustafsson Date: Mon, 25 Sep 2023 11:29:34 +0000 (+0200) Subject: Fix typo in numutils.c comments X-Git-Tag: REL_17_BETA1~1839 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c1609cf3c014294937058d4ca2b3160ec1b5be8c;p=thirdparty%2Fpostgresql.git Fix typo in numutils.c comments s/messges/messages/ --- diff --git a/src/backend/utils/adt/numutils.c b/src/backend/utils/adt/numutils.c index d07a5602076..a597e5ed796 100644 --- a/src/backend/utils/adt/numutils.c +++ b/src/backend/utils/adt/numutils.c @@ -891,7 +891,7 @@ invalid_syntax: * so that caller can parse the rest. Otherwise, it's an error if anything * but whitespace follows. * - * typname is what is reported in error messges. + * typname is what is reported in error messages. * * If escontext points to an ErrorSaveContext node, that is filled instead * of throwing an error; the caller must check SOFT_ERROR_OCCURRED() @@ -978,7 +978,7 @@ uint32in_subr(const char *s, char **endloc, * so that caller can parse the rest. Otherwise, it's an error if anything * but whitespace follows. * - * typname is what is reported in error messges. + * typname is what is reported in error messages. * * If escontext points to an ErrorSaveContext node, that is filled instead * of throwing an error; the caller must check SOFT_ERROR_OCCURRED()